Html Css Color HEX #BBA8FE Melrose

📋 copy color: '#BBA8FE'

red 187 ◦ green 168 ◦ blue 254

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

Shades of Melrose #BBA8FE

Tints of Melrose #BBA8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.71%

R = 30.71%
G = 27.59%
B = 41.71%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBA8FE (or 0xBBA8FE) is known color: Melrose. HEX triplet: BB, A8 and FE. RGB value is (187,168,254). Sum of RGB (Red+Green+Blue) = 187+168+254=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8FE is #445701. Grayscale: #B7B7B7. Windows color (decimal): -4478722 or 16689339. OLE color: 16689339.

HSL color Cylindrical-coordinate representation of color #BBA8FE: hue angle of 253.26º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA8FE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 168 254 -
CMYK 0.26 0.34 0 0.00
HSL 253.26º 0.98% 0.83% -
HSV(B) 253.26º 0.34% 1% -
XYZ 52.39 45.73 99.83 -
YUV 183.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 187 168 254 0.26 0.34 0 0.00 253.26 0.98 0.83
Hex BB A8 FE 1A 22 0 0 FD 62 53
Octal 273 250 376 32 42 0 0 375 142 123
Binary 10111011 10101000 11111110 11010 100010 0 0 11111101 1100010 1010011

Color Harmonies of #BBA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8FE

Black with #BBA8FE

Text Example


Text Example

White with #BBA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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