#BCCEBF

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

Shades of Paris White #BCCEBF

Tints of Paris White #BCCEBF

Color information

#BCCEBF (or 0xBCCEBF) is unknown color: approx Paris White. HEX triplet: BC, CE and BF. RGB value is (188,206,191). Sum of RGB (Red+Green+Blue) = 188+206+191=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEBF is #433140. Grayscale: #C6C6C6. Windows color (decimal): -4403521 or 12570300. OLE color: 12570300.

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

Color convert

RGB188206191-
CMYK0.0900.070.19
HSL130º15.52%77.25%-
HSV(B)130º8.74%80.78%-
XYZ52.2158.657.85-
YUV198.91123.54120.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 191 (75% from 255) = 32.65%
R=32.14%
G=35.21%
B=32.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061910.0900.070.1913015.5277.25
HexBCCEBF9071382104d
Octal27431627711072320220115
Binary101111001100111010111111100101111001110000010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEBF; }

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

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

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

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

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

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

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

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