Html Css Color HEX #BBA8FB Melrose

📋 copy color: '#BBA8FB'

red 187 ◦ green 168 ◦ blue 251

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

Shades of Melrose #BBA8FB

Tints of Melrose #BBA8FB

RGB

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

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

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

R = 30.86%
G = 27.72%
B = 41.42%

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

#BBA8FB (or 0xBBA8FB) is known color: Melrose. HEX triplet: BB, A8 and FB. RGB value is (187,168,251). Sum of RGB (Red+Green+Blue) = 187+168+251=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8FB is #445704. Grayscale: #B6B6B6. Windows color (decimal): -4478725 or 16492731. OLE color: 16492731.

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

Color convert

RGB 187 168 251 -
CMYK 0.25 0.33 0 0.02
HSL 253.73º 0.91% 0.82% -
HSV(B) 253.73º 0.33% 0.98% -
XYZ 51.91 45.54 97.32 -
YUV 183.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 187 168 251 0.25 0.33 0 0.02 253.73 0.91 0.82
Hex BB A8 FB 19 21 0 2 FE 5B 52
Octal 273 250 373 31 41 0 2 376 133 122
Binary 10111011 10101000 11111011 11001 100001 0 10 11111110 1011011 1010010

Color Harmonies of #BBA8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8FB

Black with #BBA8FB

Text Example


Text Example

White with #BBA8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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