Html Css Color HEX #BAABFC Melrose

📋 copy color: '#BAABFC'

red 186 ◦ green 171 ◦ blue 252

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

Shades of Melrose #BAABFC

Tints of Melrose #BAABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.08%

 BLUE value IS 252 (98.83% from 255) = 41.38%

R = 30.54%
G = 28.08%
B = 41.38%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAABFC (or 0xBAABFC) is known color: Melrose. HEX triplet: BA, AB and FC. RGB value is (186,171,252). Sum of RGB (Red+Green+Blue) = 186+171+252=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABFC is #455403. Grayscale: #B8B8B8. Windows color (decimal): -4543492 or 16559034. OLE color: 16559034.

HSL color Cylindrical-coordinate representation of color #BAABFC: hue angle of 251.11º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAABFC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 171 252 -
CMYK 0.26 0.32 0 0.01
HSL 251.11º 0.93% 0.83% -
HSV(B) 251.11º 0.32% 0.99% -
XYZ 52.38 46.59 98.33 -
YUV 184.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 186 171 252 0.26 0.32 0 0.01 251.11 0.93 0.83
Hex BA AB FC 1A 20 0 1 FB 5D 53
Octal 272 253 374 32 40 0 1 373 135 123
Binary 10111010 10101011 11111100 11010 100000 0 1 11111011 1011101 1010011

Color Harmonies of #BAABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABFC

Black with #BAABFC

Text Example


Text Example

White with #BAABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABFC; }

 p { color: rgb(186,171,252); }

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

background-color css

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

 a { background-color: rgb(186,171,252); }

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

border-color css

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

 span { border-color: rgb(186,171,252); }

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