#BCDDB9

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

Shades of Surf Crest #BCDDB9

Tints of Surf Crest #BCDDB9

Color information

#BCDDB9 (or 0xBCDDB9) is unknown color: approx Surf Crest. HEX triplet: BC, DD and B9. RGB value is (188,221,185). Sum of RGB (Red+Green+Blue) = 188+221+185=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDB9 is #432246. Grayscale: #CFCFCF. Windows color (decimal): -4399687 or 12180924. OLE color: 12180924.

HSL color Cylindrical-coordinate representation of color #BCDDB9: hue angle of 115º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDDB9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB188221185-
CMYK0.1500.160.13
HSL115º34.62%79.61%-
HSV(B)115º16.29%86.67%-
XYZ55.3565.9155.7-
YUV207.03115.57114.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 185 (72.66% from 255) = 31.14%
R=31.65%
G=37.21%
B=31.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211850.1500.160.1311534.6279.61
HexBCDDB9F010D732350
Octal274335271170201516343120
Binary1011110011011101101110011111010000110111100111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDB9; }

 p { color: rgb(188,221,185); }

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

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

 a { background-color: rgb(188,221,185); }

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

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

 span { border-color: rgb(188,221,185); }

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