#BBD5BE

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

Shades of Surf #BBD5BE

Tints of Surf #BBD5BE

Color information

#BBD5BE (or 0xBBD5BE) is unknown color: approx Surf. HEX triplet: BB, D5 and BE. RGB value is (187,213,190). Sum of RGB (Red+Green+Blue) = 187+213+190=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5BE is #442A41. Grayscale: #CACACA. Windows color (decimal): -4467266 or 12506555. OLE color: 12506555.

HSL color Cylindrical-coordinate representation of color #BBD5BE: hue angle of 126.92º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5BE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB187213190-
CMYK0.1200.110.16
HSL126.92º23.64%78.43%-
HSV(B)126.92º12.21%83.53%-
XYZ53.5861.8757.83-
YUV202.6120.89116.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=31.69%
G=36.10%
B=32.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131900.1200.110.16126.9223.6478.43
HexBBD5BEC0B107f184e
Octal273325276140132017730116
Binary101110111101010110111110110001011100001111111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5BE; }

 p { color: rgb(187,213,190); }

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

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

 a { background-color: rgb(187,213,190); }

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

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

 span { border-color: rgb(187,213,190); }

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