#BCDBB4

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

Shades of Surf Crest #BCDBB4

Tints of Surf Crest #BCDBB4

Color information

#BCDBB4 (or 0xBCDBB4) is unknown color: approx Surf Crest. HEX triplet: BC, DB and B4. RGB value is (188,219,180). Sum of RGB (Red+Green+Blue) = 188+219+180=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBB4 is #43244B. Grayscale: #CDCDCD. Windows color (decimal): -4400204 or 11852732. OLE color: 11852732.

HSL color Cylindrical-coordinate representation of color #BCDBB4: hue angle of 107.69º degrees, saturation: 0.35, 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 #BCDBB4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB188219180-
CMYK0.1400.180.14
HSL107.69º35.14%78.24%-
HSV(B)107.69º17.81%85.88%-
XYZ54.3164.6552.8-
YUV205.28113.73115.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 180 (70.70% from 255) = 30.66%
R=32.03%
G=37.31%
B=30.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191800.1400.180.14107.6935.1478.24
HexBCDBB4E012E6c234e
Octal274333264160221615443116
Binary1011110011011011101101001110010010111011011001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBB4; }

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

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

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

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

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

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

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

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