#BDCBB8

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

Shades of Surf Crest #BDCBB8

Tints of Surf Crest #BDCBB8

Color information

#BDCBB8 (or 0xBDCBB8) is unknown color: approx Surf Crest. HEX triplet: BD, CB and B8. RGB value is (189,203,184). Sum of RGB (Red+Green+Blue) = 189+203+184=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBB8 is #423447. Grayscale: #C4C4C4. Windows color (decimal): -4338760 or 12110781. OLE color: 12110781.

HSL color Cylindrical-coordinate representation of color #BDCBB8: hue angle of 104.21º degrees, saturation: 0.15, 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 #BDCBB8 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB189203184-
CMYK0.0700.090.20
HSL104.21º15.45%75.88%-
HSV(B)104.21º9.36%79.61%-
XYZ50.9956.9953.66-
YUV196.65120.86122.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=32.81%
G=35.24%
B=31.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031840.0700.090.20104.2115.4575.88
HexBDCBB87091468f4c
Octal27531327070112415017114
Binary1011110111001011101110001110100110100110100011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBB8; }

 p { color: rgb(189,203,184); }

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

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

 a { background-color: rgb(189,203,184); }

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

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

 span { border-color: rgb(189,203,184); }

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