Html Css Color HEX #BBA9FD Melrose

📋 copy color: '#BBA9FD'

red 187 ◦ green 169 ◦ blue 253

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

Shades of Melrose #BBA9FD

Tints of Melrose #BBA9FD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.75%

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

R = 30.71%
G = 27.75%
B = 41.54%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA9FD (or 0xBBA9FD) is known color: Melrose. HEX triplet: BB, A9 and FD. RGB value is (187,169,253). Sum of RGB (Red+Green+Blue) = 187+169+253=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9FD is #445602. Grayscale: #B7B7B7. Windows color (decimal): -4478467 or 16624059. OLE color: 16624059.

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

Color convert

RGB 187 169 253 -
CMYK 0.26 0.33 0 0.01
HSL 252.86º 0.95% 0.83% -
HSV(B) 252.86º 0.33% 0.99% -
XYZ 52.41 46.03 99.05 -
YUV 183.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 187 169 253 0.26 0.33 0 0.01 252.86 0.95 0.83
Hex BB A9 FD 1A 21 0 1 FD 5F 53
Octal 273 251 375 32 41 0 1 375 137 123
Binary 10111011 10101001 11111101 11010 100001 0 1 11111101 1011111 1010011

Color Harmonies of #BBA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9FD

Black with #BBA9FD

Text Example


Text Example

White with #BBA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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