Html Css Color HEX #BBA9F2 Melrose

📋 copy color: '#BBA9F2'

red 187 ◦ green 169 ◦ blue 242

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

Shades of Melrose #BBA9F2

Tints of Melrose #BBA9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.47%

R = 31.27%
G = 28.26%
B = 40.47%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBA9F2 (or 0xBBA9F2) is known color: Melrose. HEX triplet: BB, A9 and F2. RGB value is (187,169,242). Sum of RGB (Red+Green+Blue) = 187+169+242=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9F2 is #44560D. Grayscale: #B6B6B6. Windows color (decimal): -4478478 or 15903163. OLE color: 15903163.

HSL color Cylindrical-coordinate representation of color #BBA9F2: hue angle of 254.79º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA9F2 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 169 242 -
CMYK 0.23 0.30 0 0.05
HSL 254.79º 0.74% 0.81% -
HSV(B) 254.79º 0.3% 0.95% -
XYZ 50.71 45.35 90.09 -
YUV 182.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 187 169 242 0.23 0.30 0 0.05 254.79 0.74 0.81
Hex BB A9 F2 17 1E 0 5 FF 4A 51
Octal 273 251 362 27 36 0 5 377 112 121
Binary 10111011 10101001 11110010 10111 11110 0 101 11111111 1001010 1010001

Color Harmonies of #BBA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9F2

Black with #BBA9F2

Text Example


Text Example

White with #BBA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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