#BCCABD

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

Shades of Paris White #BCCABD

Tints of Paris White #BCCABD

Color information

#BCCABD (or 0xBCCABD) is unknown color: approx Paris White. HEX triplet: BC, CA and BD. RGB value is (188,202,189). Sum of RGB (Red+Green+Blue) = 188+202+189=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABD is #433542. Grayscale: #C4C4C4. Windows color (decimal): -4404547 or 12438204. OLE color: 12438204.

HSL color Cylindrical-coordinate representation of color #BCCABD: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCABD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB188202189-
CMYK0.0700.060.21
HSL124.29º11.67%76.47%-
HSV(B)124.29º6.93%79.22%-
XYZ51.0456.6156.38-
YUV196.33123.86122.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=32.47%
G=34.89%
B=32.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021890.0700.060.21124.2911.6776.47
HexBCCABD706157cc4c
Octal2743122757062517414114
Binary101111001100101010111101111011010101111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCABD; }

 p { color: rgb(188,202,189); }

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

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

 a { background-color: rgb(188,202,189); }

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

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

 span { border-color: rgb(188,202,189); }

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