#BBD0B9

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

Shades of Paris White #BBD0B9

Tints of Paris White #BBD0B9

Color information

#BBD0B9 (or 0xBBD0B9) is unknown color: approx Paris White. HEX triplet: BB, D0 and B9. RGB value is (187,208,185). Sum of RGB (Red+Green+Blue) = 187+208+185=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0B9 is #442F46. Grayscale: #C7C7C7. Windows color (decimal): -4468551 or 12177595. OLE color: 12177595.

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

Color convert

RGB187208185-
CMYK0.1000.110.18
HSL114.78º19.66%77.06%-
HSV(B)114.78º11.06%81.57%-
XYZ51.8159.1854.59-
YUV199.1120.04119.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=32.24%
G=35.86%
B=31.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081850.1000.110.18114.7819.6677.06
HexBBD0B9A0B1273144d
Octal273320271120132216324115
Binary101110111101000010111001101001011100101110011101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0B9; }

 p { color: rgb(187,208,185); }

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

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

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

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

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

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

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