#BBD0BB

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

Shades of Paris White #BBD0BB

Tints of Paris White #BBD0BB

Color information

#BBD0BB (or 0xBBD0BB) is unknown color: approx Paris White. HEX triplet: BB, D0 and BB. RGB value is (187,208,187). Sum of RGB (Red+Green+Blue) = 187+208+187=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BB is #442F44. Grayscale: #C7C7C7. Windows color (decimal): -4468549 or 12308667. OLE color: 12308667.

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

Color convert

RGB187208187-
CMYK0.1000.100.18
HSL120º18.26%77.45%-
HSV(B)120º10.1%81.57%-
XYZ52.0259.2655.71-
YUV199.33121.04119.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=32.13%
G=35.74%
B=32.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081870.1000.100.1812018.2677.45
HexBBD0BBA0A1278124d
Octal273320273120122217022115
Binary101110111101000010111011101001010100101111000100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0BB; }

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

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

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

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

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

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

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

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