#BBD6BF

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

Shades of Surf #BBD6BF

Tints of Surf #BBD6BF

Color information

#BBD6BF (or 0xBBD6BF) is unknown color: approx Surf. HEX triplet: BB, D6 and BF. RGB value is (187,214,191). Sum of RGB (Red+Green+Blue) = 187+214+191=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6BF is #442940. Grayscale: #CBCBCB. Windows color (decimal): -4467009 or 12572347. OLE color: 12572347.

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

Color convert

RGB187214191-
CMYK0.1300.110.16
HSL128.89º24.77%78.63%-
HSV(B)128.89º12.62%83.92%-
XYZ53.9462.4258.5-
YUV203.3121.05116.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 214 (83.98% from 255) = 36.15%
BLUE value IS 191 (75% from 255) = 32.26%
R=31.59%
G=36.15%
B=32.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141910.1300.110.16128.8924.7778.63
HexBBD6BFD0B1081194f
Octal273326277150132020131117
Binary1011101111010110101111111101010111000010000001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6BF; }

 p { color: rgb(187,214,191); }

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

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

 a { background-color: rgb(187,214,191); }

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

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

 span { border-color: rgb(187,214,191); }

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