#BCCEBA

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

Shades of Paris White #BCCEBA

Tints of Paris White #BCCEBA

Color information

#BCCEBA (or 0xBCCEBA) is unknown color: approx Paris White. HEX triplet: BC, CE and BA. RGB value is (188,206,186). Sum of RGB (Red+Green+Blue) = 188+206+186=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEBA is #433145. Grayscale: #C6C6C6. Windows color (decimal): -4403526 or 12242620. OLE color: 12242620.

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

Color convert

RGB188206186-
CMYK0.0900.100.19
HSL114º16.95%76.86%-
HSV(B)114º9.71%80.78%-
XYZ51.6758.3855-
YUV198.34121.04120.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=32.41%
G=35.52%
B=32.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061860.0900.100.1911416.9576.86
HexBCCEBA90A1372114d
Octal274316272110122316221115
Binary101111001100111010111010100101010100111110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEBA; }

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

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

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

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

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

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

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

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