#BDCEC0

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

Shades of Paris White #BDCEC0

Tints of Paris White #BDCEC0

Color information

#BDCEC0 (or 0xBDCEC0) is unknown color: approx Paris White. HEX triplet: BD, CE and C0. RGB value is (189,206,192). Sum of RGB (Red+Green+Blue) = 189+206+192=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC0 is #42313F. Grayscale: #C7C7C7. Windows color (decimal): -4337984 or 12635837. OLE color: 12635837.

HSL color Cylindrical-coordinate representation of color #BDCEC0: hue angle of 130.59º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCEC0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB189206192-
CMYK0.0800.070.19
HSL130.59º14.78%77.45%-
HSV(B)130.59º8.25%80.78%-
XYZ52.5758.7758.44-
YUV199.32123.87120.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=32.20%
G=35.09%
B=32.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061920.0800.070.19130.5914.7877.45
HexBDCEC08071383f4d
Octal27531630010072320317115
Binary10111101110011101100000010000111100111000001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEC0; }

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

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

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

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

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

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

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

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