Html Css Color HEX #BBA8F9 Melrose

📋 copy color: '#BBA8F9'

red 187 ◦ green 168 ◦ blue 249

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

Shades of Melrose #BBA8F9

Tints of Melrose #BBA8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.81%

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 30.96%
G = 27.81%
B = 41.23%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA8F9 (or 0xBBA8F9) is known color: Melrose. HEX triplet: BB, A8 and F9. RGB value is (187,168,249). Sum of RGB (Red+Green+Blue) = 187+168+249=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBA8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8F9 is #445706. Grayscale: #B6B6B6. Windows color (decimal): -4478727 or 16361659. OLE color: 16361659.

HSL color Cylindrical-coordinate representation of color #BBA8F9: hue angle of 254.07º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA8F9 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 168 249 -
CMYK 0.25 0.33 0 0.02
HSL 254.07º 0.87% 0.82% -
HSV(B) 254.07º 0.33% 0.98% -
XYZ 51.6 45.41 95.67 -
YUV 182.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 187 168 249 0.25 0.33 0 0.02 254.07 0.87 0.82
Hex BB A8 F9 19 21 0 2 FE 57 52
Octal 273 250 371 31 41 0 2 376 127 122
Binary 10111011 10101000 11111001 11001 100001 0 10 11111110 1010111 1010010

Color Harmonies of #BBA8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8F9

Black with #BBA8F9

Text Example


Text Example

White with #BBA8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8F9; }

 p { color: rgb(187,168,249); }

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

background-color css

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

 a { background-color: rgb(187,168,249); }

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

border-color css

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

 span { border-color: rgb(187,168,249); }

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