#BCCEBB

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

Shades of Paris White #BCCEBB

Tints of Paris White #BCCEBB

Color information

#BCCEBB (or 0xBCCEBB) is unknown color: approx Paris White. HEX triplet: BC, CE and BB. RGB value is (188,206,187). Sum of RGB (Red+Green+Blue) = 188+206+187=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEBB is #433144. Grayscale: #C6C6C6. Windows color (decimal): -4403525 or 12308156. OLE color: 12308156.

HSL color Cylindrical-coordinate representation of color #BCCEBB: hue angle of 116.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCEBB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB188206187-
CMYK0.0900.090.19
HSL116.84º16.24%77.06%-
HSV(B)116.84º9.22%80.78%-
XYZ51.7858.4255.56-
YUV198.45121.54120.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=32.36%
G=35.46%
B=32.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061870.0900.090.19116.8416.2477.06
HexBCCEBB9091375104d
Octal274316273110112316520115
Binary101111001100111010111011100101001100111110101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEBB; }

 p { color: rgb(188,206,187); }

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

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

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

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

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

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

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