Html Css Color HEX #BBA5F8 Melrose

📋 copy color: '#BBA5F8'

red 187 ◦ green 165 ◦ blue 248

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

Shades of Melrose #BBA5F8

Tints of Melrose #BBA5F8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.5%

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

R = 31.17%
G = 27.5%
B = 41.33%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBA5F8 (or 0xBBA5F8) is known color: Melrose. HEX triplet: BB, A5 and F8. RGB value is (187,165,248). Sum of RGB (Red+Green+Blue) = 187+165+248=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBA5F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5F8 is #445A07. Grayscale: #B4B4B4. Windows color (decimal): -4479496 or 16295355. OLE color: 16295355.

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

Color convert

RGB 187 165 248 -
CMYK 0.25 0.33 0 0.03
HSL 255.9º 0.86% 0.81% -
HSV(B) 255.9º 0.33% 0.97% -
XYZ 50.89 44.25 94.67 -
YUV 181.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 187 165 248 0.25 0.33 0 0.03 255.9 0.86 0.81
Hex BB A5 F8 19 21 0 3 100 56 51
Octal 273 245 370 31 41 0 3 400 126 121
Binary 10111011 10100101 11111000 11001 100001 0 11 100000000 1010110 1010001

Color Harmonies of #BBA5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5F8

Black with #BBA5F8

Text Example


Text Example

White with #BBA5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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