#BDCAB8

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

Shades of Surf Crest #BDCAB8

Tints of Surf Crest #BDCAB8

Color information

#BDCAB8 (or 0xBDCAB8) is unknown color: approx Surf Crest. HEX triplet: BD, CA and B8. RGB value is (189,202,184). Sum of RGB (Red+Green+Blue) = 189+202+184=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAB8 is #423547. Grayscale: #C4C4C4. Windows color (decimal): -4339016 or 12110525. OLE color: 12110525.

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

Color convert

RGB189202184-
CMYK0.0600.090.21
HSL103.33º14.52%75.69%-
HSV(B)103.33º8.91%79.22%-
XYZ50.7656.5253.58-
YUV196.06121.19122.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 184 (72.27% from 255) = 32%
R=32.87%
G=35.13%
B=32%

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
Decimal1892021840.0600.090.21103.3314.5275.69
HexBDCAB86091567f4c
Octal27531227060112514717114
Binary1011110111001010101110001100100110101110011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAB8; }

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

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

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

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

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

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

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

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