Html Css Color HEX #BBA3FD Melrose

📋 copy color: '#BBA3FD'

red 187 ◦ green 163 ◦ blue 253

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

Shades of Melrose #BBA3FD

Tints of Melrose #BBA3FD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.03%

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

R = 31.01%
G = 27.03%
B = 41.96%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA3FD (or 0xBBA3FD) is known color: Melrose. HEX triplet: BB, A3 and FD. RGB value is (187,163,253). Sum of RGB (Red+Green+Blue) = 187+163+253=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3FD is #445C02. Grayscale: #B4B4B4. Windows color (decimal): -4480003 or 16622523. OLE color: 16622523.

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

Color convert

RGB 187 163 253 -
CMYK 0.26 0.36 0 0.01
HSL 256º 0.96% 0.82% -
HSV(B) 256º 0.36% 0.99% -
XYZ 51.32 43.85 98.69 -
YUV 180.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 187 163 253 0.26 0.36 0 0.01 256 0.96 0.82
Hex BB A3 FD 1A 24 0 1 100 60 52
Octal 273 243 375 32 44 0 1 400 140 122
Binary 10111011 10100011 11111101 11010 100100 0 1 100000000 1100000 1010010

Color Harmonies of #BBA3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3FD

Black with #BBA3FD

Text Example


Text Example

White with #BBA3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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