#BBCBBE

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

Shades of Paris White #BBCBBE

Tints of Paris White #BBCBBE

Color information

#BBCBBE (or 0xBBCBBE) is unknown color: approx Paris White. HEX triplet: BB, CB and BE. RGB value is (187,203,190). Sum of RGB (Red+Green+Blue) = 187+203+190=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBBE is #443441. Grayscale: #C4C4C4. Windows color (decimal): -4469826 or 12503995. OLE color: 12503995.

HSL color Cylindrical-coordinate representation of color #BBCBBE: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCBBE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB187203190-
CMYK0.0800.060.20
HSL131.25º13.33%76.47%-
HSV(B)131.25º7.88%79.61%-
XYZ51.1456.9957.02-
YUV196.73124.2121.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=32.24%
G=35%
B=32.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031900.0800.060.20131.2513.3376.47
HexBBCBBE8061483d4c
Octal27331327610062420315114
Binary10111011110010111011111010000110101001000001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBBE; }

 p { color: rgb(187,203,190); }

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

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

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

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

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

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

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