#BBD5BD

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

Shades of Surf #BBD5BD

Tints of Surf #BBD5BD

Color information

#BBD5BD (or 0xBBD5BD) is unknown color: approx Surf. HEX triplet: BB, D5 and BD. RGB value is (187,213,189). Sum of RGB (Red+Green+Blue) = 187+213+189=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5BD is #442A42. Grayscale: #CACACA. Windows color (decimal): -4467267 or 12441019. OLE color: 12441019.

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

Color convert

RGB187213189-
CMYK0.1200.110.16
HSL124.62º23.64%78.43%-
HSV(B)124.62º12.21%83.53%-
XYZ53.4761.8357.26-
YUV202.49120.39116.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=31.75%
G=36.16%
B=32.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131890.1200.110.16124.6223.6478.43
HexBBD5BDC0B107d184e
Octal273325275140132017530116
Binary101110111101010110111101110001011100001111101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5BD; }

 p { color: rgb(187,213,189); }

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

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

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

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

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

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

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