#BDCCBF

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

Shades of Paris White #BDCCBF

Tints of Paris White #BDCCBF

Color information

#BDCCBF (or 0xBDCCBF) is unknown color: approx Paris White. HEX triplet: BD, CC and BF. RGB value is (189,204,191). Sum of RGB (Red+Green+Blue) = 189+204+191=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCBF is #423340. Grayscale: #C6C6C6. Windows color (decimal): -4338497 or 12569789. OLE color: 12569789.

HSL color Cylindrical-coordinate representation of color #BDCCBF: hue angle of 128º 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 #BDCCBF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB189204191-
CMYK0.0700.060.2
HSL128º12.82%77.06%-
HSV(B)128º7.35%80%-
XYZ51.9857.7757.7-
YUV198.03124.03121.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 191 (75% from 255) = 32.71%
R=32.36%
G=34.93%
B=32.71%

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
Decimal1892041910.0700.060.212812.8277.06
HexBDCCBF7061480d4d
Octal2753142777062420015115
Binary1011110111001100101111111110110101001000000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCBF; }

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

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

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

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

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

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

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

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