#BDCABB

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

Shades of Surf Crest #BDCABB

Tints of Surf Crest #BDCABB

Color information

#BDCABB (or 0xBDCABB) is unknown color: approx Surf Crest. HEX triplet: BD, CA and BB. RGB value is (189,202,187). Sum of RGB (Red+Green+Blue) = 189+202+187=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCABB is #423544. Grayscale: #C4C4C4. Windows color (decimal): -4339013 or 12307133. OLE color: 12307133.

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

Color convert

RGB189202187-
CMYK0.0600.070.21
HSL112º12.4%76.27%-
HSV(B)112º7.43%79.22%-
XYZ51.0856.6555.26-
YUV196.4122.69122.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=32.70%
G=34.95%
B=32.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021870.0600.070.2111212.476.27
HexBDCABB6071570c4c
Octal2753122736072516014114
Binary101111011100101010111011110011110101111000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCABB; }

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

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

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

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

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

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

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

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