#BCDCB4

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

Shades of Surf Crest #BCDCB4

Tints of Surf Crest #BCDCB4

Color information

#BCDCB4 (or 0xBCDCB4) is unknown color: approx Surf Crest. HEX triplet: BC, DC and B4. RGB value is (188,220,180). Sum of RGB (Red+Green+Blue) = 188+220+180=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCB4 is #43234B. Grayscale: #CECECE. Windows color (decimal): -4399948 or 11852988. OLE color: 11852988.

HSL color Cylindrical-coordinate representation of color #BCDCB4: hue angle of 108º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDCB4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB188220180-
CMYK0.1500.180.14
HSL108º36.36%78.43%-
HSV(B)108º18.18%86.27%-
XYZ54.5765.1752.88-
YUV205.87113.4115.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 180 (70.70% from 255) = 30.61%
R=31.97%
G=37.41%
B=30.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201800.1500.180.1410836.3678.43
HexBCDCB4F012E6c244e
Octal274334264170221615444116
Binary1011110011011100101101001111010010111011011001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCB4; }

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

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

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

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

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

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

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

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