#BDCAB7

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

Shades of Surf Crest #BDCAB7

Tints of Surf Crest #BDCAB7

Color information

#BDCAB7 (or 0xBDCAB7) is unknown color: approx Surf Crest. HEX triplet: BD, CA and B7. RGB value is (189,202,183). Sum of RGB (Red+Green+Blue) = 189+202+183=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAB7 is #423548. Grayscale: #C4C4C4. Windows color (decimal): -4339017 or 12044989. OLE color: 12044989.

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

Color convert

RGB189202183-
CMYK0.0600.090.21
HSL101.05º15.2%75.49%-
HSV(B)101.05º9.41%79.22%-
XYZ50.6556.4853.03-
YUV195.95120.69123.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 183 (71.88% from 255) = 31.88%
R=32.93%
G=35.19%
B=31.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021830.0600.090.21101.0515.275.49
HexBDCAB76091565f4b
Octal27531226760112514517113
Binary1011110111001010101101111100100110101110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAB7; }

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

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

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

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

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

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

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

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