#BDCCB9

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

Shades of Surf Crest #BDCCB9

Tints of Surf Crest #BDCCB9

Color information

#BDCCB9 (or 0xBDCCB9) is unknown color: approx Surf Crest. HEX triplet: BD, CC and B9. RGB value is (189,204,185). Sum of RGB (Red+Green+Blue) = 189+204+185=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCB9 is #423346. Grayscale: #C5C5C5. Windows color (decimal): -4338503 or 12176573. OLE color: 12176573.

HSL color Cylindrical-coordinate representation of color #BDCCB9: hue angle of 107.37º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCCB9 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB189204185-
CMYK0.0700.090.2
HSL107.37º15.7%76.27%-
HSV(B)107.37º9.31%80%-
XYZ51.3457.5154.29-
YUV197.35121.03122.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=32.70%
G=35.29%
B=32.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041850.0700.090.2107.3715.776.27
HexBDCCB9709146b104c
Octal27531427170112415320114
Binary10111101110011001011100111101001101001101011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCB9; }

 p { color: rgb(189,204,185); }

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

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

 a { background-color: rgb(189,204,185); }

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

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

 span { border-color: rgb(189,204,185); }

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