#BDCABA

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

Shades of Surf Crest #BDCABA

Tints of Surf Crest #BDCABA

Color information

#BDCABA (or 0xBDCABA) is unknown color: approx Surf Crest. HEX triplet: BD, CA and BA. RGB value is (189,202,186). Sum of RGB (Red+Green+Blue) = 189+202+186=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCABA is #423545. Grayscale: #C4C4C4. Windows color (decimal): -4339014 or 12241597. OLE color: 12241597.

HSL color Cylindrical-coordinate representation of color #BDCABA: hue angle of 108.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCABA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB189202186-
CMYK0.0600.080.21
HSL108.75º13.11%76.08%-
HSV(B)108.75º7.92%79.22%-
XYZ50.9756.6154.69-
YUV196.29122.19122.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=32.76%
G=35.01%
B=32.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021860.0600.080.21108.7513.1176.08
HexBDCABA608156dd4c
Octal27531227260102515515114
Binary1011110111001010101110101100100010101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCABA; }

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

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

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

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

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

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

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

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