#BBD4B9

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

Shades of Surf #BBD4B9

Tints of Surf #BBD4B9

Color information

#BBD4B9 (or 0xBBD4B9) is unknown color: approx Surf. HEX triplet: BB, D4 and B9. RGB value is (187,212,185). Sum of RGB (Red+Green+Blue) = 187+212+185=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4B9 is #442B46. Grayscale: #C9C9C9. Windows color (decimal): -4467527 or 12178619. OLE color: 12178619.

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

Color convert

RGB187212185-
CMYK0.1200.130.17
HSL115.56º23.89%77.84%-
HSV(B)115.56º12.74%83.14%-
XYZ52.7961.1554.92-
YUV201.45118.72117.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 212 (83.20% from 255) = 36.30%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=32.02%
G=36.30%
B=31.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121850.1200.130.17115.5623.8977.84
HexBBD4B9C0D1174184e
Octal273324271140152116430116
Binary101110111101010010111001110001101100011110100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4B9; }

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

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

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

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

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

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

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

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