Html Css Color HEX #BBA2FF Melrose

📋 copy color: '#BBA2FF'

red 187 ◦ green 162 ◦ blue 255

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

Shades of Melrose #BBA2FF

Tints of Melrose #BBA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.82%

 BLUE value IS 255 (100% from 255) = 42.22%

R = 30.96%
G = 26.82%
B = 42.22%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBA2FF (or 0xBBA2FF) is known color: Melrose. HEX triplet: BB, A2 and FF. RGB value is (187,162,255). Sum of RGB (Red+Green+Blue) = 187+162+255=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2FF is #445D00. Grayscale: #B3B3B3. Windows color (decimal): -4480257 or 16753339. OLE color: 16753339.

HSL color Cylindrical-coordinate representation of color #BBA2FF: hue angle of 256.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA2FF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 162 255 -
CMYK 0.27 0.36 0 0
HSL 256.13º 1% 0.82% -
HSV(B) 256.13º 0.36% 1% -
XYZ 51.46 43.63 100.32 -
YUV 180.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 187 162 255 0.27 0.36 0 0 256.13 1 0.82
Hex BB A2 FF 1B 24 0 0 100 64 52
Octal 273 242 377 33 44 0 0 400 144 122
Binary 10111011 10100010 11111111 11011 100100 0 0 100000000 1100100 1010010

Color Harmonies of #BBA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2FF

Black with #BBA2FF

Text Example


Text Example

White with #BBA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2FF; }

 p { color: rgb(187,162,255); }

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

background-color css

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

 a { background-color: rgb(187,162,255); }

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

border-color css

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

 span { border-color: rgb(187,162,255); }

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