#BBDBBB

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

Shades of Surf #BBDBBB

Tints of Surf #BBDBBB

Color information

#BBDBBB (or 0xBBDBBB) is unknown color: approx Surf. HEX triplet: BB, DB and BB. RGB value is (187,219,187). Sum of RGB (Red+Green+Blue) = 187+219+187=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBBB is #442444. Grayscale: #CDCDCD. Windows color (decimal): -4465733 or 12311483. OLE color: 12311483.

HSL color Cylindrical-coordinate representation of color #BBDBBB: hue angle of 120º 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 #BBDBBB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB187219187-
CMYK0.1500.150.14
HSL120º30.77%79.61%-
HSV(B)120º14.61%85.88%-
XYZ54.7964.8256.64-
YUV205.78117.4114.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=31.53%
G=36.93%
B=31.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191870.1500.150.1412030.7779.61
HexBBDBBBF0FE781f50
Octal273333273170171617037120
Binary10111011110110111011101111110111111101111000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBBB; }

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

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

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

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

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

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

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

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