#BBD4BE

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

Shades of Surf #BBD4BE

Tints of Surf #BBD4BE

Color information

#BBD4BE (or 0xBBD4BE) is unknown color: approx Surf. HEX triplet: BB, D4 and BE. RGB value is (187,212,190). Sum of RGB (Red+Green+Blue) = 187+212+190=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4BE is #442B41. Grayscale: #CACACA. Windows color (decimal): -4467522 or 12506299. OLE color: 12506299.

HSL color Cylindrical-coordinate representation of color #BBD4BE: hue angle of 127.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD4BE is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB187212190-
CMYK0.1200.100.17
HSL127.2º22.52%78.24%-
HSV(B)127.2º11.79%83.14%-
XYZ53.3361.3757.75-
YUV202.02121.22117.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=31.75%
G=35.99%
B=32.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121900.1200.100.17127.222.5278.24
HexBBD4BEC0A117f174e
Octal273324276140122117727116
Binary101110111101010010111110110001010100011111111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4BE; }

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

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

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

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

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

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

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

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