Html Css Color HEX #BBA4FD Melrose

📋 copy color: '#BBA4FD'

red 187 ◦ green 164 ◦ blue 253

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

Shades of Melrose #BBA4FD

Tints of Melrose #BBA4FD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.15%

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

R = 30.96%
G = 27.15%
B = 41.89%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA4FD (or 0xBBA4FD) is known color: Melrose. HEX triplet: BB, A4 and FD. RGB value is (187,164,253). Sum of RGB (Red+Green+Blue) = 187+164+253=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4FD is #445B02. Grayscale: #B4B4B4. Windows color (decimal): -4479747 or 16622779. OLE color: 16622779.

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

Color convert

RGB 187 164 253 -
CMYK 0.26 0.35 0 0.01
HSL 255.51º 0.96% 0.82% -
HSV(B) 255.51º 0.35% 0.99% -
XYZ 51.5 44.21 98.75 -
YUV 181.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 187 164 253 0.26 0.35 0 0.01 255.51 0.96 0.82
Hex BB A4 FD 1A 23 0 1 100 60 52
Octal 273 244 375 32 43 0 1 400 140 122
Binary 10111011 10100100 11111101 11010 100011 0 1 100000000 1100000 1010010

Color Harmonies of #BBA4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4FD

Black with #BBA4FD

Text Example


Text Example

White with #BBA4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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