#BDCEBB

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

Shades of Surf Crest #BDCEBB

Tints of Surf Crest #BDCEBB

Color information

#BDCEBB (or 0xBDCEBB) is unknown color: approx Surf Crest. HEX triplet: BD, CE and BB. RGB value is (189,206,187). Sum of RGB (Red+Green+Blue) = 189+206+187=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEBB is #423144. Grayscale: #C6C6C6. Windows color (decimal): -4337989 or 12308157. OLE color: 12308157.

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

Color convert

RGB189206187-
CMYK0.0800.090.19
HSL113.68º16.24%77.06%-
HSV(B)113.68º9.22%80.78%-
XYZ52.0358.5555.57-
YUV198.75121.37121.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=32.47%
G=35.40%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061870.0800.090.19113.6816.2477.06
HexBDCEBB8091372104d
Octal275316273100112316220115
Binary101111011100111010111011100001001100111110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEBB; }

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

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

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

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

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

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

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

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