#BCD4B4

Color #BCD4B4 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #BCD4B4

Tints of Surf Crest #BCD4B4

Color information

#BCD4B4 (or 0xBCD4B4) is unknown color: approx Surf Crest. HEX triplet: BC, D4 and B4. RGB value is (188,212,180). Sum of RGB (Red+Green+Blue) = 188+212+180=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4B4 is #432B4B. Grayscale: #C9C9C9. Windows color (decimal): -4401996 or 11850940. OLE color: 11850940.

HSL color Cylindrical-coordinate representation of color #BCD4B4: hue angle of 105º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD4B4 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB188212180-
CMYK0.1100.150.17
HSL105º27.12%76.86%-
HSV(B)105º15.09%83.14%-
XYZ52.5261.0752.2-
YUV201.18116.05118.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 180 (70.70% from 255) = 31.03%
R=32.41%
G=36.55%
B=31.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121800.1100.150.1710527.1276.86
HexBCD4B4B0F11691b4d
Octal274324264130172115133115
Binary101111001101010010110100101101111100011101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4B4; }

 p { color: rgb(188,212,180); }

 H1.HeaderClassName
 {
   color: #BCD4B4;
 }
 .AnyTagClassName
 {
   color: #BCD4B4;
 }
</style>
background-color css

<style>
 a { background-color: #BCD4B4; }

 a { background-color: rgb(188,212,180); }

 div.DivClassName
 {
   background-color: #BCD4B4;
 }
 .BgClassName
 {
   background-color: #BCD4B4;
 }
</style>
border-color css

<style>
 span { border-color: #BCD4B4; }

 span { border-color: rgb(188,212,180); }

 td.TdClassName
 {
   border-color: #BCD4B4;
 }
 .TagClassName
 {
   border-color: #BCD4B4;
 }
</style>