#BDCEBA

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

Shades of Surf Crest #BDCEBA

Tints of Surf Crest #BDCEBA

Color information

#BDCEBA (or 0xBDCEBA) is unknown color: approx Surf Crest. HEX triplet: BD, CE and BA. RGB value is (189,206,186). Sum of RGB (Red+Green+Blue) = 189+206+186=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEBA is #423145. Grayscale: #C6C6C6. Windows color (decimal): -4337990 or 12242621. OLE color: 12242621.

HSL color Cylindrical-coordinate representation of color #BDCEBA: hue angle of 111º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCEBA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB189206186-
CMYK0.0800.100.19
HSL111º16.95%76.86%-
HSV(B)111º9.71%80.78%-
XYZ51.9258.5155.01-
YUV198.64120.87121.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=32.53%
G=35.46%
B=32.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061860.0800.100.1911116.9576.86
HexBDCEBA80A136f114d
Octal275316272100122315721115
Binary101111011100111010111010100001010100111101111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEBA; }

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

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

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

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

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

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

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

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