Html Css Color HEX #BDADEB Melrose

📋 copy color: '#BDADEB'

red 189 ◦ green 173 ◦ blue 235

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

Shades of Melrose #BDADEB

Tints of Melrose #BDADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.98%

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

R = 31.66%
G = 28.98%
B = 39.36%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDADEB (or 0xBDADEB) is known color: Melrose. HEX triplet: BD, AD and EB. RGB value is (189,173,235). Sum of RGB (Red+Green+Blue) = 189+173+235=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADEB is #425214. Grayscale: #B8B8B8. Windows color (decimal): -4346389 or 15445437. OLE color: 15445437.

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

Color convert

RGB 189 173 235 -
CMYK 0.20 0.26 0 0.08
HSL 255.48º 0.61% 0.8% -
HSV(B) 255.48º 0.26% 0.92% -
XYZ 50.93 46.7 84.93 -
YUV 184.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 189 173 235 0.20 0.26 0 0.08 255.48 0.61 0.8
Hex BD AD EB 14 1A 0 8 FF 3D 50
Octal 275 255 353 24 32 0 10 377 75 120
Binary 10111101 10101101 11101011 10100 11010 0 1000 11111111 111101 1010000

Color Harmonies of #BDADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADEB

Black with #BDADEB

Text Example


Text Example

White with #BDADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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