Html Css Color HEX #BBA7FD Melrose

📋 copy color: '#BBA7FD'

red 187 ◦ green 167 ◦ blue 253

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

Shades of Melrose #BBA7FD

Tints of Melrose #BBA7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 30.81%
G = 27.51%
B = 41.68%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA7FD (or 0xBBA7FD) is known color: Melrose. HEX triplet: BB, A7 and FD. RGB value is (187,167,253). Sum of RGB (Red+Green+Blue) = 187+167+253=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7FD is #445802. Grayscale: #B6B6B6. Windows color (decimal): -4478979 or 16623547. OLE color: 16623547.

HSL color Cylindrical-coordinate representation of color #BBA7FD: hue angle of 253.95º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA7FD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 167 253 -
CMYK 0.26 0.34 0 0.01
HSL 253.95º 0.96% 0.82% -
HSV(B) 253.95º 0.34% 0.99% -
XYZ 52.04 45.29 98.93 -
YUV 182.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 187 167 253 0.26 0.34 0 0.01 253.95 0.96 0.82
Hex BB A7 FD 1A 22 0 1 FE 60 52
Octal 273 247 375 32 42 0 1 376 140 122
Binary 10111011 10100111 11111101 11010 100010 0 1 11111110 1100000 1010010

Color Harmonies of #BBA7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7FD

Black with #BBA7FD

Text Example


Text Example

White with #BBA7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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