#BBDDBB

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

Shades of Surf #BBDDBB

Tints of Surf #BBDDBB

Color information

#BBDDBB (or 0xBBDDBB) is unknown color: approx Surf. HEX triplet: BB, DD and BB. RGB value is (187,221,187). Sum of RGB (Red+Green+Blue) = 187+221+187=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDBB is #442244. Grayscale: #CFCFCF. Windows color (decimal): -4465221 or 12311995. OLE color: 12311995.

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

Color convert

RGB187221187-
CMYK0.1500.150.13
HSL120º33.33%80%-
HSV(B)120º15.38%86.67%-
XYZ55.3265.8756.81-
YUV206.96116.74113.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=31.43%
G=37.14%
B=31.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211870.1500.150.1312033.3380
HexBBDDBBF0FD782150
Octal273335273170171517041120
Binary101110111101110110111011111101111110111110001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDBB; }

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

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

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

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

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

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

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

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