#BBCCBB

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

Shades of Paris White #BBCCBB

Tints of Paris White #BBCCBB

Color information

#BBCCBB (or 0xBBCCBB) is unknown color: approx Paris White. HEX triplet: BB, CC and BB. RGB value is (187,204,187). Sum of RGB (Red+Green+Blue) = 187+204+187=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCBB is #443344. Grayscale: #C5C5C5. Windows color (decimal): -4469573 or 12307643. OLE color: 12307643.

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

Color convert

RGB187204187-
CMYK0.0800.080.2
HSL120º14.29%76.67%-
HSV(B)120º8.33%80%-
XYZ51.0657.3455.39-
YUV196.98122.37120.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=32.35%
G=35.29%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041870.0800.080.212014.2976.67
HexBBCCBB8081478e4d
Octal273314273100102417016115
Binary10111011110011001011101110000100010100111100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCBB; }

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

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

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

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

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

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

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

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