Html Css Color HEX #BBA7FF Melrose

📋 copy color: '#BBA7FF'

red 187 ◦ green 167 ◦ blue 255

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

Shades of Melrose #BBA7FF

Tints of Melrose #BBA7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.87%

R = 30.71%
G = 27.42%
B = 41.87%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBA7FF (or 0xBBA7FF) is known color: Melrose. HEX triplet: BB, A7 and FF. RGB value is (187,167,255). Sum of RGB (Red+Green+Blue) = 187+167+255=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7FF is #445800. Grayscale: #B6B6B6. Windows color (decimal): -4478977 or 16754619. OLE color: 16754619.

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

Color convert

RGB 187 167 255 -
CMYK 0.27 0.35 0 0
HSL 253.64º 1% 0.83% -
HSV(B) 253.64º 0.35% 1% -
XYZ 52.36 45.42 100.62 -
YUV 183.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 187 167 255 0.27 0.35 0 0 253.64 1 0.83
Hex BB A7 FF 1B 23 0 0 FE 64 53
Octal 273 247 377 33 43 0 0 376 144 123
Binary 10111011 10100111 11111111 11011 100011 0 0 11111110 1100100 1010011

Color Harmonies of #BBA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7FF

Black with #BBA7FF

Text Example


Text Example

White with #BBA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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