#BBCABB

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

Shades of Paris White #BBCABB

Tints of Paris White #BBCABB

Color information

#BBCABB (or 0xBBCABB) is unknown color: approx Paris White. HEX triplet: BB, CA and BB. RGB value is (187,202,187). Sum of RGB (Red+Green+Blue) = 187+202+187=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABB is #443544. Grayscale: #C3C3C3. Windows color (decimal): -4470085 or 12307131. OLE color: 12307131.

HSL color Cylindrical-coordinate representation of color #BBCABB: hue angle of 120º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCABB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB187202187-
CMYK0.0700.070.21
HSL120º12.4%76.27%-
HSV(B)120º7.43%79.22%-
XYZ50.5856.3955.23-
YUV195.8123.03121.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=32.47%
G=35.07%
B=32.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021870.0700.070.2112012.476.27
HexBBCABB7071578c4c
Octal2733122737072517014114
Binary101110111100101010111011111011110101111100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCABB; }

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

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

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

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

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

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

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

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