Html Css Color HEX #B8A8EB Melrose

📋 copy color: '#B8A8EB'

red 184 ◦ green 168 ◦ blue 235

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

Shades of Melrose #B8A8EB

Tints of Melrose #B8A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.62%

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

R = 31.35%
G = 28.62%
B = 40.03%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8A8EB (or 0xB8A8EB) is known color: Melrose. HEX triplet: B8, A8 and EB. RGB value is (184,168,235). Sum of RGB (Red+Green+Blue) = 184+168+235=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A8EB is #475714. Grayscale: #B4B4B4. Windows color (decimal): -4675349 or 15444152. OLE color: 15444152.

HSL color Cylindrical-coordinate representation of color #B8A8EB: hue angle of 254.33º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8A8EB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 168 235 -
CMYK 0.22 0.29 0 0.08
HSL 254.33º 0.63% 0.79% -
HSV(B) 254.33º 0.29% 0.92% -
XYZ 48.77 44.19 84.56 -
YUV 180.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 184 168 235 0.22 0.29 0 0.08 254.33 0.63 0.79
Hex B8 A8 EB 16 1D 0 8 FE 3F 4F
Octal 270 250 353 26 35 0 10 376 77 117
Binary 10111000 10101000 11101011 10110 11101 0 1000 11111110 111111 1001111

Color Harmonies of #B8A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A8EB

Black with #B8A8EB

Text Example


Text Example

White with #B8A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A8EB; }

 p { color: rgb(184,168,235); }

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

background-color css

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

 a { background-color: rgb(184,168,235); }

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

border-color css

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

 span { border-color: rgb(184,168,235); }

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