#BBD6BA

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

Shades of Surf #BBD6BA

Tints of Surf #BBD6BA

Color information

#BBD6BA (or 0xBBD6BA) is unknown color: approx Surf. HEX triplet: BB, D6 and BA. RGB value is (187,214,186). Sum of RGB (Red+Green+Blue) = 187+214+186=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6BA is #442945. Grayscale: #CACACA. Windows color (decimal): -4467014 or 12244667. OLE color: 12244667.

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

Color convert

RGB187214186-
CMYK0.1300.130.16
HSL117.86º25.45%78.43%-
HSV(B)117.86º13.08%83.92%-
XYZ53.462.255.65-
YUV202.74118.55116.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=31.86%
G=36.46%
B=31.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141860.1300.130.16117.8625.4578.43
HexBBD6BAD0D1076194e
Octal273326272150152016631116
Binary101110111101011010111010110101101100001110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6BA; }

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

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

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

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

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

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

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

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