Html Css Color HEX #BBA6EF Melrose

📋 copy color: '#BBA6EF'

red 187 ◦ green 166 ◦ blue 239

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

Shades of Melrose #BBA6EF

Tints of Melrose #BBA6EF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.04%

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 31.59%
G = 28.04%
B = 40.37%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBA6EF (or 0xBBA6EF) is known color: Melrose. HEX triplet: BB, A6 and EF. RGB value is (187,166,239). Sum of RGB (Red+Green+Blue) = 187+166+239=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6EF is #445910. Grayscale: #B4B4B4. Windows color (decimal): -4479249 or 15705787. OLE color: 15705787.

HSL color Cylindrical-coordinate representation of color #BBA6EF: hue angle of 257.26º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA6EF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 166 239 -
CMYK 0.22 0.31 0 0.06
HSL 257.26º 0.7% 0.79% -
HSV(B) 257.26º 0.31% 0.94% -
XYZ 49.71 44.07 87.55 -
YUV 180.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 187 166 239 0.22 0.31 0 0.06 257.26 0.7 0.79
Hex BB A6 EF 16 1F 0 6 101 46 4F
Octal 273 246 357 26 37 0 6 401 106 117
Binary 10111011 10100110 11101111 10110 11111 0 110 100000001 1000110 1001111

Color Harmonies of #BBA6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6EF

Black with #BBA6EF

Text Example


Text Example

White with #BBA6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6EF; }

 p { color: rgb(187,166,239); }

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

background-color css

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

 a { background-color: rgb(187,166,239); }

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

border-color css

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

 span { border-color: rgb(187,166,239); }

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