Html Css Color HEX #BAACFA Melrose

📋 copy color: '#BAACFA'

red 186 ◦ green 172 ◦ blue 250

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

Shades of Melrose #BAACFA

Tints of Melrose #BAACFA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.29%

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 30.59%
G = 28.29%
B = 41.12%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAACFA (or 0xBAACFA) is known color: Melrose. HEX triplet: BA, AC and FA. RGB value is (186,172,250). Sum of RGB (Red+Green+Blue) = 186+172+250=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACFA is #455305. Grayscale: #B8B8B8. Windows color (decimal): -4543238 or 16428218. OLE color: 16428218.

HSL color Cylindrical-coordinate representation of color #BAACFA: hue angle of 250.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAACFA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 172 250 -
CMYK 0.26 0.31 0 0.02
HSL 250.77º 0.89% 0.83% -
HSV(B) 250.77º 0.31% 0.98% -
XYZ 52.26 46.85 96.73 -
YUV 185.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 186 172 250 0.26 0.31 0 0.02 250.77 0.89 0.83
Hex BA AC FA 1A 1F 0 2 FB 59 53
Octal 272 254 372 32 37 0 2 373 131 123
Binary 10111010 10101100 11111010 11010 11111 0 10 11111011 1011001 1010011

Color Harmonies of #BAACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACFA

Black with #BAACFA

Text Example


Text Example

White with #BAACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACFA; }

 p { color: rgb(186,172,250); }

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

background-color css

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

 a { background-color: rgb(186,172,250); }

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

border-color css

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

 span { border-color: rgb(186,172,250); }

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