Html Css Color HEX #B8AFF3 Melrose

📋 copy color: '#B8AFF3'

red 184 ◦ green 175 ◦ blue 243

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

Shades of Melrose #B8AFF3

Tints of Melrose #B8AFF3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.07%

 BLUE value IS 243 (95.31% from 255) = 40.37%

R = 30.56%
G = 29.07%
B = 40.37%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8AFF3 (or 0xB8AFF3) is known color: Melrose. HEX triplet: B8, AF and F3. RGB value is (184,175,243). Sum of RGB (Red+Green+Blue) = 184+175+243=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFF3 is #47500C. Grayscale: #B9B9B9. Windows color (decimal): -4673549 or 15970232. OLE color: 15970232.

HSL color Cylindrical-coordinate representation of color #B8AFF3: hue angle of 247.94º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8AFF3 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 175 243 -
CMYK 0.24 0.28 0 0.05
HSL 247.94º 0.74% 0.82% -
HSV(B) 247.94º 0.28% 0.95% -
XYZ 51.27 47.32 91.23 -
YUV 185.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 184 175 243 0.24 0.28 0 0.05 247.94 0.74 0.82
Hex B8 AF F3 18 1C 0 5 F8 4A 52
Octal 270 257 363 30 34 0 5 370 112 122
Binary 10111000 10101111 11110011 11000 11100 0 101 11111000 1001010 1010010

Color Harmonies of #B8AFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFF3

Black with #B8AFF3

Text Example


Text Example

White with #B8AFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFF3; }

 p { color: rgb(184,175,243); }

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

background-color css

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

 a { background-color: rgb(184,175,243); }

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

border-color css

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

 span { border-color: rgb(184,175,243); }

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