#BCDCB5

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

Shades of Surf Crest #BCDCB5

Tints of Surf Crest #BCDCB5

Color information

#BCDCB5 (or 0xBCDCB5) is unknown color: approx Surf Crest. HEX triplet: BC, DC and B5. RGB value is (188,220,181). Sum of RGB (Red+Green+Blue) = 188+220+181=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCB5 is #43234A. Grayscale: #CECECE. Windows color (decimal): -4399947 or 11918524. OLE color: 11918524.

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

Color convert

RGB188220181-
CMYK0.1500.180.14
HSL109.23º35.78%78.63%-
HSV(B)109.23º17.73%86.27%-
XYZ54.6765.2153.42-
YUV205.99113.9115.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=31.92%
G=37.35%
B=30.73%

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
Decimal1882201810.1500.180.14109.2335.7878.63
HexBCDCB5F012E6d244f
Octal274334265170221615544117
Binary1011110011011100101101011111010010111011011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCB5; }

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

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

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

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

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

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

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

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