Html Css Color HEX #BDABEB Melrose

📋 copy color: '#BDABEB'

red 189 ◦ green 171 ◦ blue 235

#BDABEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #BDABEB

Tints of Melrose #BDABEB

RGB

 RED value IS 189 (74.22% from 255) = 31.76%

 GREEN value IS 171 (67.19% from 255) = 28.74%

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 31.76%
G = 28.74%
B = 39.5%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDABEB (or 0xBDABEB) is known color: Melrose. HEX triplet: BD, AB and EB. RGB value is (189,171,235). Sum of RGB (Red+Green+Blue) = 189+171+235=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABEB is #425414. Grayscale: #B7B7B7. Windows color (decimal): -4346901 or 15444925. OLE color: 15444925.

HSL color Cylindrical-coordinate representation of color #BDABEB: hue angle of 256.88º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDABEB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 171 235 -
CMYK 0.20 0.27 0 0.08
HSL 256.88º 0.62% 0.8% -
HSV(B) 256.88º 0.27% 0.92% -
XYZ 50.54 45.94 84.8 -
YUV 183.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 189 171 235 0.20 0.27 0 0.08 256.88 0.62 0.8
Hex BD AB EB 14 1B 0 8 101 3E 50
Octal 275 253 353 24 33 0 10 401 76 120
Binary 10111101 10101011 11101011 10100 11011 0 1000 100000001 111110 1010000

Color Harmonies of #BDABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABEB

Black with #BDABEB

Text Example


Text Example

White with #BDABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABEB; }

 p { color: rgb(189,171,235); }

 H1.HeaderClassName
 {
   color: #BDABEB;
 }
 .AnyTagClassName
 {
   color: #BDABEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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