Html Css Color HEX #BBA4FC Melrose

📋 copy color: '#BBA4FC'

red 187 ◦ green 164 ◦ blue 252

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

Shades of Melrose #BBA4FC

Tints of Melrose #BBA4FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.79%

R = 31.01%
G = 27.2%
B = 41.79%

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

#BBA4FC (or 0xBBA4FC) is known color: Melrose. HEX triplet: BB, A4 and FC. RGB value is (187,164,252). Sum of RGB (Red+Green+Blue) = 187+164+252=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4FC is #445B03. Grayscale: #B4B4B4. Windows color (decimal): -4479748 or 16557243. OLE color: 16557243.

HSL color Cylindrical-coordinate representation of color #BBA4FC: hue angle of 255.68º degrees, saturation: 0.94, 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 #BBA4FC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 164 252 -
CMYK 0.26 0.35 0 0.01
HSL 255.68º 0.94% 0.82% -
HSV(B) 255.68º 0.35% 0.99% -
XYZ 51.34 44.14 97.91 -
YUV 180.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 187 164 252 0.26 0.35 0 0.01 255.68 0.94 0.82
Hex BB A4 FC 1A 23 0 1 100 5E 52
Octal 273 244 374 32 43 0 1 400 136 122
Binary 10111011 10100100 11111100 11010 100011 0 1 100000000 1011110 1010010

Color Harmonies of #BBA4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4FC

Black with #BBA4FC

Text Example


Text Example

White with #BBA4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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