#BCDBB5

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

Shades of Surf Crest #BCDBB5

Tints of Surf Crest #BCDBB5

Color information

#BCDBB5 (or 0xBCDBB5) is unknown color: approx Surf Crest. HEX triplet: BC, DB and B5. RGB value is (188,219,181). Sum of RGB (Red+Green+Blue) = 188+219+181=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBB5 is #43244A. Grayscale: #CDCDCD. Windows color (decimal): -4400203 or 11918268. OLE color: 11918268.

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

Color convert

RGB188219181-
CMYK0.1400.170.14
HSL108.95º34.55%78.43%-
HSV(B)108.95º17.35%85.88%-
XYZ54.4164.6953.33-
YUV205.4114.23115.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=31.97%
G=37.24%
B=30.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191810.1400.170.14108.9534.5578.43
HexBCDBB5E011E6d234e
Octal274333265160211615543116
Binary1011110011011011101101011110010001111011011011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBB5; }

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

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

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

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

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

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

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

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