#BCCFBD

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

Shades of Paris White #BCCFBD

Tints of Paris White #BCCFBD

Color information

#BCCFBD (or 0xBCCFBD) is unknown color: approx Paris White. HEX triplet: BC, CF and BD. RGB value is (188,207,189). Sum of RGB (Red+Green+Blue) = 188+207+189=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFBD is #433042. Grayscale: #C7C7C7. Windows color (decimal): -4403267 or 12439484. OLE color: 12439484.

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

Color convert

RGB188207189-
CMYK0.0900.090.19
HSL123.16º16.52%77.45%-
HSV(B)123.16º9.18%81.18%-
XYZ52.2458.9956.78-
YUV199.27122.21119.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=32.19%
G=35.45%
B=32.36%

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
Decimal1882071890.0900.090.19123.1616.5277.45
HexBCCFBD909137b114d
Octal274317275110112317321115
Binary101111001100111110111101100101001100111111011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFBD; }

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

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

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

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

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

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

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

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