#BDBEBD

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

Shades of Paris White #BDBEBD

Tints of Paris White #BDBEBD

Color information

#BDBEBD (or 0xBDBEBD) is unknown color: approx Paris White. HEX triplet: BD, BE and BD. RGB value is (189,190,189). Sum of RGB (Red+Green+Blue) = 189+190+189=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEBD is #424142. Grayscale: #BDBDBD. Windows color (decimal): -4342083 or 12435133. OLE color: 12435133.

HSL color Cylindrical-coordinate representation of color #BDBEBD: hue angle of 120º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BDBEBD is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB189190189-
CMYK0.0100.010.25
HSL120º0.76%74.31%-
HSV(B)120º0.53%74.51%-
XYZ48.5951.3255.49-
YUV189.59127.67127.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=33.27%
G=33.45%
B=33.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901890.0100.010.251200.7674.31
HexBDBEBD101197814a
Octal275276275101311701112
Binary10111101101111101011110110111001111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEBD; }

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

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

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

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

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

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

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

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