Html Css Color HEX #B8ADEE Melrose

📋 copy color: '#B8ADEE'

red 184 ◦ green 173 ◦ blue 238

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

Shades of Melrose #B8ADEE

Tints of Melrose #B8ADEE

RGB

 RED value IS 184 (72.27% from 255) = 30.92%

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

 BLUE value IS 238 (93.36% from 255) = 40%

R = 30.92%
G = 29.08%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8ADEE (or 0xB8ADEE) is known color: Melrose. HEX triplet: B8, AD and EE. RGB value is (184,173,238). Sum of RGB (Red+Green+Blue) = 184+173+238=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADEE is #475211. Grayscale: #B7B7B7. Windows color (decimal): -4674066 or 15642040. OLE color: 15642040.

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

Color convert

RGB 184 173 238 -
CMYK 0.23 0.27 0 0.07
HSL 250.15º 0.66% 0.81% -
HSV(B) 250.15º 0.27% 0.93% -
XYZ 50.14 46.25 87.17 -
YUV 183.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 184 173 238 0.23 0.27 0 0.07 250.15 0.66 0.81
Hex B8 AD EE 17 1B 0 7 FA 42 51
Octal 270 255 356 27 33 0 7 372 102 121
Binary 10111000 10101101 11101110 10111 11011 0 111 11111010 1000010 1010001

Color Harmonies of #B8ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADEE

Black with #B8ADEE

Text Example


Text Example

White with #B8ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADEE; }

 p { color: rgb(184,173,238); }

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

background-color css

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

 a { background-color: rgb(184,173,238); }

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

border-color css

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

 span { border-color: rgb(184,173,238); }

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