Html Css Color HEX #BBA7F8 Melrose

📋 copy color: '#BBA7F8'

red 187 ◦ green 167 ◦ blue 248

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

Shades of Melrose #BBA7F8

Tints of Melrose #BBA7F8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.74%

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

R = 31.06%
G = 27.74%
B = 41.2%

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

#BBA7F8 (or 0xBBA7F8) is known color: Melrose. HEX triplet: BB, A7 and F8. RGB value is (187,167,248). Sum of RGB (Red+Green+Blue) = 187+167+248=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBA7F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7F8 is #445807. Grayscale: #B5B5B5. Windows color (decimal): -4478984 or 16295867. OLE color: 16295867.

HSL color Cylindrical-coordinate representation of color #BBA7F8: hue angle of 254.81º degrees, saturation: 0.85, 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 #BBA7F8 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 167 248 -
CMYK 0.25 0.33 0 0.03
HSL 254.81º 0.85% 0.81% -
HSV(B) 254.81º 0.33% 0.97% -
XYZ 51.26 44.98 94.79 -
YUV 182.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 187 167 248 0.25 0.33 0 0.03 254.81 0.85 0.81
Hex BB A7 F8 19 21 0 3 FF 55 51
Octal 273 247 370 31 41 0 3 377 125 121
Binary 10111011 10100111 11111000 11001 100001 0 11 11111111 1010101 1010001

Color Harmonies of #BBA7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7F8

Black with #BBA7F8

Text Example


Text Example

White with #BBA7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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