#BBD1BB

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

Shades of Paris White #BBD1BB

Tints of Paris White #BBD1BB

Color information

#BBD1BB (or 0xBBD1BB) is unknown color: approx Paris White. HEX triplet: BB, D1 and BB. RGB value is (187,209,187). Sum of RGB (Red+Green+Blue) = 187+209+187=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1BB is #442E44. Grayscale: #C7C7C7. Windows color (decimal): -4468293 or 12308923. OLE color: 12308923.

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

Color convert

RGB187209187-
CMYK0.1100.110.18
HSL120º19.3%77.65%-
HSV(B)120º10.53%81.96%-
XYZ52.2659.7555.79-
YUV199.91120.71118.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=32.08%
G=35.85%
B=32.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091870.1100.110.1812019.377.65
HexBBD1BBB0B1278134e
Octal273321273130132217023116
Binary101110111101000110111011101101011100101111000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1BB; }

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

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

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

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

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

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

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

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