Html Css Color HEX #BAACFB Melrose

📋 copy color: '#BAACFB'

red 186 ◦ green 172 ◦ blue 251

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

Shades of Melrose #BAACFB

Tints of Melrose #BAACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 30.54%
G = 28.24%
B = 41.22%

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

#BAACFB (or 0xBAACFB) is known color: Melrose. HEX triplet: BA, AC and FB. RGB value is (186,172,251). Sum of RGB (Red+Green+Blue) = 186+172+251=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACFB is #455304. Grayscale: #B8B8B8. Windows color (decimal): -4543237 or 16493754. OLE color: 16493754.

HSL color Cylindrical-coordinate representation of color #BAACFB: hue angle of 250.63º degrees, saturation: 0.91, 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 #BAACFB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 172 251 -
CMYK 0.26 0.31 0 0.02
HSL 250.63º 0.91% 0.83% -
HSV(B) 250.63º 0.31% 0.98% -
XYZ 52.41 46.91 97.56 -
YUV 185.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 186 172 251 0.26 0.31 0 0.02 250.63 0.91 0.83
Hex BA AC FB 1A 1F 0 2 FB 5B 53
Octal 272 254 373 32 37 0 2 373 133 123
Binary 10111010 10101100 11111011 11010 11111 0 10 11111011 1011011 1010011

Color Harmonies of #BAACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACFB

Black with #BAACFB

Text Example


Text Example

White with #BAACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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