#BCCBBE

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

Shades of Paris White #BCCBBE

Tints of Paris White #BCCBBE

Color information

#BCCBBE (or 0xBCCBBE) is unknown color: approx Paris White. HEX triplet: BC, CB and BE. RGB value is (188,203,190). Sum of RGB (Red+Green+Blue) = 188+203+190=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBBE is #433441. Grayscale: #C5C5C5. Windows color (decimal): -4404290 or 12503996. OLE color: 12503996.

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

Color convert

RGB188203190-
CMYK0.0700.060.20
HSL128º12.61%76.67%-
HSV(B)128º7.39%79.61%-
XYZ51.3957.1257.03-
YUV197.03124.03121.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=32.36%
G=34.94%
B=32.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031900.0700.060.2012812.6176.67
HexBCCBBE7061480d4d
Octal2743132767062420015115
Binary1011110011001011101111101110110101001000000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBBE; }

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

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

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

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

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

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

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

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