Html Css Color HEX #B5ADED Melrose

📋 copy color: '#B5ADED'

red 181 ◦ green 173 ◦ blue 237

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

Shades of Melrose #B5ADED

Tints of Melrose #B5ADED

RGB

 RED value IS 181 (71.09% from 255) = 30.63%

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

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 30.63%
G = 29.27%
B = 40.1%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5ADED (or 0xB5ADED) is known color: Melrose. HEX triplet: B5, AD and ED. RGB value is (181,173,237). Sum of RGB (Red+Green+Blue) = 181+173+237=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADED is #4A5212. Grayscale: #B6B6B6. Windows color (decimal): -4870675 or 15576501. OLE color: 15576501.

HSL color Cylindrical-coordinate representation of color #B5ADED: hue angle of 247.5º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5ADED is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 173 237 -
CMYK 0.24 0.27 0 0.07
HSL 247.5º 0.64% 0.8% -
HSV(B) 247.5º 0.27% 0.93% -
XYZ 49.29 45.83 86.37 -
YUV 182.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 181 173 237 0.24 0.27 0 0.07 247.5 0.64 0.8
Hex B5 AD ED 18 1B 0 7 F8 40 50
Octal 265 255 355 30 33 0 7 370 100 120
Binary 10110101 10101101 11101101 11000 11011 0 111 11111000 1000000 1010000

Color Harmonies of #B5ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADED

Black with #B5ADED

Text Example


Text Example

White with #B5ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADED; }

 p { color: rgb(181,173,237); }

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

background-color css

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

 a { background-color: rgb(181,173,237); }

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

border-color css

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

 span { border-color: rgb(181,173,237); }

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