#BDCCC0

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

Shades of Paris White #BDCCC0

Tints of Paris White #BDCCC0

Color information

#BDCCC0 (or 0xBDCCC0) is unknown color: approx Paris White. HEX triplet: BD, CC and C0. RGB value is (189,204,192). Sum of RGB (Red+Green+Blue) = 189+204+192=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC0 is #42333F. Grayscale: #C6C6C6. Windows color (decimal): -4338496 or 12635325. OLE color: 12635325.

HSL color Cylindrical-coordinate representation of color #BDCCC0: hue angle of 132º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCC0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB189204192-
CMYK0.0700.060.2
HSL132º12.82%77.06%-
HSV(B)132º7.35%80%-
XYZ52.0957.8158.28-
YUV198.15124.53121.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=32.31%
G=34.87%
B=32.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041920.0700.060.213212.8277.06
HexBDCCC07061484d4d
Octal2753143007062420415115
Binary1011110111001100110000001110110101001000010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCC0; }

 p { color: rgb(189,204,192); }

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

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

 a { background-color: rgb(189,204,192); }

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

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

 span { border-color: rgb(189,204,192); }

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