#BCCEBE

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

Shades of Paris White #BCCEBE

Tints of Paris White #BCCEBE

Color information

#BCCEBE (or 0xBCCEBE) is unknown color: approx Paris White. HEX triplet: BC, CE and BE. RGB value is (188,206,190). Sum of RGB (Red+Green+Blue) = 188+206+190=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEBE is #433141. Grayscale: #C6C6C6. Windows color (decimal): -4403522 or 12504764. OLE color: 12504764.

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

Color convert

RGB188206190-
CMYK0.0900.080.19
HSL126.67º15.52%77.25%-
HSV(B)126.67º8.74%80.78%-
XYZ52.158.5557.27-
YUV198.79123.04120.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=32.19%
G=35.27%
B=32.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061900.0900.080.19126.6715.5277.25
HexBCCEBE908137f104d
Octal274316276110102317720115
Binary101111001100111010111110100101000100111111111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEBE; }

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

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

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

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

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

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

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

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