#BDCBBA

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

Shades of Surf Crest #BDCBBA

Tints of Surf Crest #BDCBBA

Color information

#BDCBBA (or 0xBDCBBA) is unknown color: approx Surf Crest. HEX triplet: BD, CB and BA. RGB value is (189,203,186). Sum of RGB (Red+Green+Blue) = 189+203+186=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBBA is #423445. Grayscale: #C4C4C4. Windows color (decimal): -4338758 or 12241853. OLE color: 12241853.

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

Color convert

RGB189203186-
CMYK0.0700.080.20
HSL109.41º14.05%76.27%-
HSV(B)109.41º8.37%79.61%-
XYZ51.2157.0854.77-
YUV196.88121.86122.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=32.70%
G=35.12%
B=32.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031860.0700.080.20109.4114.0576.27
HexBDCBBA708146de4c
Octal27531327270102415516114
Binary1011110111001011101110101110100010100110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBBA; }

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

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

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

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

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

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

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

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