#BDCEBE

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

Shades of Paris White #BDCEBE

Tints of Paris White #BDCEBE

Color information

#BDCEBE (or 0xBDCEBE) is unknown color: approx Paris White. HEX triplet: BD, CE and BE. RGB value is (189,206,190). Sum of RGB (Red+Green+Blue) = 189+206+190=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEBE is #423141. Grayscale: #C7C7C7. Windows color (decimal): -4337986 or 12504765. OLE color: 12504765.

HSL color Cylindrical-coordinate representation of color #BDCEBE: hue angle of 123.53º 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 #BDCEBE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB189206190-
CMYK0.0800.080.19
HSL123.53º14.78%77.45%-
HSV(B)123.53º8.25%80.78%-
XYZ52.3558.6857.28-
YUV199.09122.87120.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=32.31%
G=35.21%
B=32.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061900.0800.080.19123.5314.7877.45
HexBDCEBE808137cf4d
Octal275316276100102317417115
Binary10111101110011101011111010000100010011111110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEBE; }

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

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

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

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

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

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

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

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