#BDCCBA

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

Shades of Surf Crest #BDCCBA

Tints of Surf Crest #BDCCBA

Color information

#BDCCBA (or 0xBDCCBA) is unknown color: approx Surf Crest. HEX triplet: BD, CC and BA. RGB value is (189,204,186). Sum of RGB (Red+Green+Blue) = 189+204+186=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCBA is #423345. Grayscale: #C5C5C5. Windows color (decimal): -4338502 or 12242109. OLE color: 12242109.

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

Color convert

RGB189204186-
CMYK0.0700.090.2
HSL110º15%76.47%-
HSV(B)110º8.82%80%-
XYZ51.4457.5554.85-
YUV197.46121.53121.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=32.64%
G=35.23%
B=32.12%

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
Decimal1892041860.0700.090.21101576.47
HexBDCCBA709146ef4c
Octal27531427270112415617114
Binary1011110111001100101110101110100110100110111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCBA; }

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

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

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

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

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

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

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

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