Html Css Color HEX #BBA4F8 Melrose

📋 copy color: '#BBA4F8'

red 187 ◦ green 164 ◦ blue 248

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

Shades of Melrose #BBA4F8

Tints of Melrose #BBA4F8

RGB

 RED value IS 187 (73.44% from 255) = 31.22%

 GREEN value IS 164 (64.45% from 255) = 27.38%

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 31.22%
G = 27.38%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBA4F8 (or 0xBBA4F8) is known color: Melrose. HEX triplet: BB, A4 and F8. RGB value is (187,164,248). Sum of RGB (Red+Green+Blue) = 187+164+248=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBA4F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4F8 is #445B07. Grayscale: #B4B4B4. Windows color (decimal): -4479752 or 16295099. OLE color: 16295099.

HSL color Cylindrical-coordinate representation of color #BBA4F8: hue angle of 256.43º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA4F8 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 164 248 -
CMYK 0.25 0.34 0 0.03
HSL 256.43º 0.86% 0.81% -
HSV(B) 256.43º 0.34% 0.97% -
XYZ 50.71 43.89 94.61 -
YUV 180.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 187 164 248 0.25 0.34 0 0.03 256.43 0.86 0.81
Hex BB A4 F8 19 22 0 3 100 56 51
Octal 273 244 370 31 42 0 3 400 126 121
Binary 10111011 10100100 11111000 11001 100010 0 11 100000000 1010110 1010001

Color Harmonies of #BBA4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4F8

Black with #BBA4F8

Text Example


Text Example

White with #BBA4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4F8; }

 p { color: rgb(187,164,248); }

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

background-color css

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

 a { background-color: rgb(187,164,248); }

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

border-color css

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

 span { border-color: rgb(187,164,248); }

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