Color Hex Logo

#becccb Color Hex

#BECCCB
(190,204,203)
0 Favorites   0 Comments

Color spaces of #becccb

RGB 190204203
HSL0.490.120.77
HSV176°80°
CMYK 0.070.000.00   0.20
XYZ53.607658.444764.9554
Yxy58.44470.30290.3302
Hunter Lab76.4491-8.61843.1383
CIE-Lab80.9854-4.9303-1.1475

#becccb color RGB value is (190,204,203).

#becccb hex color red value is 190, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #becccb hue: 0.49 , saturation: 0.12 and the lightness value of becccb is 0.77.

The process color (four color CMYK) of #becccb color hex is 0.07, 0.00, 0.00, 0.20. Web safe color of #becccb is #cccccc. Color #becccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11001011
Octal 276 314 313
Decimal 190 204 203
Hex BE CC CB

RGB Percentages of Color #becccb

%31.83
%34.17
%34.00

CMYK Percentages of Color #becccb

%7
%0
%0
%20

Triadic Colors of #becccb

#becccb #cbbecc #cccbbe

Analogous Colors of #becccb

#becccb #bec6cc #beccc4

Monochromatic Colors of #becccb

#becccb

Complementary Color

#becccb #ccbebf

#becccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#becccb Color CSS Codes

.mybgcolor {background-color:#becccb; } 
.myforecolor {color:#becccb; }
.mybordercolor {border:3px solid #becccb; }

#becccb Text Font Color

<p style="color:#becccb">Text here</p>

This sample text font color is #becccb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#becccb Background Color

<div style="background-color:#becccb">
Div content here</div>

This div background color is #becccb


#becccb Border Color

<div style="border:3px solid #becccb">
Div here</div>

This div border color is #becccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,204,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #becccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #becccb;
  -webkit-box-shadow: 1px 1px 3px 2px #becccb;
  box-shadow:         1px 1px 3px 2px #becccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,204,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #becccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #becccb;
  -webkit-box-shadow: 1px 1px 3px 2px #becccb;
  box-shadow:         1px 1px 3px 2px #becccb;">
Div content here</div>

This div box has shadow with color #becccb


Comments

No comments written yet.

Please login to write comment.