Html Css Color HEX #BAAFE8 Melrose

📋 copy color: '#BAAFE8'

red 186 ◦ green 175 ◦ blue 232

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

Shades of Melrose #BAAFE8

Tints of Melrose #BAAFE8

RGB

 RED value IS 186 (73.05% from 255) = 31.37%

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

 BLUE value IS 232 (91.02% from 255) = 39.12%

R = 31.37%
G = 29.51%
B = 39.12%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAAFE8 (or 0xBAAFE8) is known color: Melrose. HEX triplet: BA, AF and E8. RGB value is (186,175,232). Sum of RGB (Red+Green+Blue) = 186+175+232=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFE8 is #455017. Grayscale: #B8B8B8. Windows color (decimal): -4542488 or 15249338. OLE color: 15249338.

HSL color Cylindrical-coordinate representation of color #BAAFE8: hue angle of 251.58º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAAFE8 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 175 232 -
CMYK 0.20 0.25 0 0.09
HSL 251.58º 0.55% 0.8% -
HSV(B) 251.58º 0.25% 0.91% -
XYZ 50.15 46.93 82.76 -
YUV 184.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 186 175 232 0.20 0.25 0 0.09 251.58 0.55 0.8
Hex BA AF E8 14 19 0 9 FC 37 50
Octal 272 257 350 24 31 0 11 374 67 120
Binary 10111010 10101111 11101000 10100 11001 0 1001 11111100 110111 1010000

Color Harmonies of #BAAFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFE8

Black with #BAAFE8

Text Example


Text Example

White with #BAAFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFE8; }

 p { color: rgb(186,175,232); }

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

background-color css

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

 a { background-color: rgb(186,175,232); }

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

border-color css

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

 span { border-color: rgb(186,175,232); }

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