#BCCCBE

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

Shades of Paris White #BCCCBE

Tints of Paris White #BCCCBE

Color information

#BCCCBE (or 0xBCCCBE) is unknown color: approx Paris White. HEX triplet: BC, CC and BE. RGB value is (188,204,190). Sum of RGB (Red+Green+Blue) = 188+204+190=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCBE is #433341. Grayscale: #C5C5C5. Windows color (decimal): -4404034 or 12504252. OLE color: 12504252.

HSL color Cylindrical-coordinate representation of color #BCCCBE: hue angle of 127.5º 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 #BCCCBE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB188204190-
CMYK0.0800.070.2
HSL127.5º13.56%76.86%-
HSV(B)127.5º7.84%80%-
XYZ51.6357.5957.11-
YUV197.62123.7121.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=32.30%
G=35.05%
B=32.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041900.0800.070.2127.513.5676.86
HexBCCCBE807147fe4d
Octal27431427610072417716115
Binary1011110011001100101111101000011110100111111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCBE; }

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

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

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

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

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

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

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

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