#BBD1BC

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

Shades of Surf #BBD1BC

Tints of Surf #BBD1BC

Color information

#BBD1BC (or 0xBBD1BC) is unknown color: approx Surf. HEX triplet: BB, D1 and BC. RGB value is (187,209,188). Sum of RGB (Red+Green+Blue) = 187+209+188=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1BC is #442E43. Grayscale: #C8C8C8. Windows color (decimal): -4468292 or 12374459. OLE color: 12374459.

HSL color Cylindrical-coordinate representation of color #BBD1BC: hue angle of 122.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1BC is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB187209188-
CMYK0.1100.100.18
HSL122.73º19.3%77.65%-
HSV(B)122.73º10.53%81.96%-
XYZ52.3759.856.36-
YUV200.03121.21118.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 209 (82.03% from 255) = 35.79%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=32.02%
G=35.79%
B=32.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091880.1100.100.18122.7319.377.65
HexBBD1BCB0A127b134e
Octal273321274130122217323116
Binary101110111101000110111100101101010100101111011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1BC; }

 p { color: rgb(187,209,188); }

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

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

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

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

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

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

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