#BBDBBF

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

Shades of Surf #BBDBBF

Tints of Surf #BBDBBF

Color information

#BBDBBF (or 0xBBDBBF) is unknown color: approx Surf. HEX triplet: BB, DB and BF. RGB value is (187,219,191). Sum of RGB (Red+Green+Blue) = 187+219+191=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBBF is #442440. Grayscale: #CECECE. Windows color (decimal): -4465729 or 12573627. OLE color: 12573627.

HSL color Cylindrical-coordinate representation of color #BBDBBF: hue angle of 127.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBBF is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB187219191-
CMYK0.1500.130.14
HSL127.5º30.77%79.61%-
HSV(B)127.5º14.61%85.88%-
XYZ55.2364.9958.92-
YUV206.24119.4114.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 191 (75% from 255) = 31.99%
R=31.32%
G=36.68%
B=31.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191910.1500.130.14127.530.7779.61
HexBBDBBFF0DE7f1f50
Octal273333277170151617737120
Binary10111011110110111011111111110110111101111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBBF; }

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

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

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

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

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

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

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

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