Html Css Color HEX #BBA7F4 Melrose

📋 copy color: '#BBA7F4'

red 187 ◦ green 167 ◦ blue 244

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

Shades of Melrose #BBA7F4

Tints of Melrose #BBA7F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.8%

R = 31.27%
G = 27.93%
B = 40.8%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBA7F4 (or 0xBBA7F4) is known color: Melrose. HEX triplet: BB, A7 and F4. RGB value is (187,167,244). Sum of RGB (Red+Green+Blue) = 187+167+244=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBA7F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7F4 is #44580B. Grayscale: #B5B5B5. Windows color (decimal): -4478988 or 16033723. OLE color: 16033723.

HSL color Cylindrical-coordinate representation of color #BBA7F4: hue angle of 255.58º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA7F4 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 167 244 -
CMYK 0.23 0.32 0 0.04
HSL 255.58º 0.78% 0.81% -
HSV(B) 255.58º 0.32% 0.96% -
XYZ 50.64 44.73 91.55 -
YUV 181.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 187 167 244 0.23 0.32 0 0.04 255.58 0.78 0.81
Hex BB A7 F4 17 20 0 4 100 4E 51
Octal 273 247 364 27 40 0 4 400 116 121
Binary 10111011 10100111 11110100 10111 100000 0 100 100000000 1001110 1010001

Color Harmonies of #BBA7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7F4

Black with #BBA7F4

Text Example


Text Example

White with #BBA7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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