Html Css Color HEX #BBADF6 Melrose

📋 copy color: '#BBADF6'

red 187 ◦ green 173 ◦ blue 246

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

Shades of Melrose #BBADF6

Tints of Melrose #BBADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.55%

 BLUE value IS 246 (96.48% from 255) = 40.59%

R = 30.86%
G = 28.55%
B = 40.59%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBADF6 (or 0xBBADF6) is known color: Melrose. HEX triplet: BB, AD and F6. RGB value is (187,173,246). Sum of RGB (Red+Green+Blue) = 187+173+246=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF6 is #445209. Grayscale: #B9B9B9. Windows color (decimal): -4477450 or 16166331. OLE color: 16166331.

HSL color Cylindrical-coordinate representation of color #BBADF6: hue angle of 251.51º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBADF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 173 246 -
CMYK 0.24 0.30 0 0.04
HSL 251.51º 0.8% 0.82% -
HSV(B) 251.51º 0.3% 0.96% -
XYZ 52.07 47.11 93.54 -
YUV 185.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 187 173 246 0.24 0.30 0 0.04 251.51 0.8 0.82
Hex BB AD F6 18 1E 0 4 FC 50 52
Octal 273 255 366 30 36 0 4 374 120 122
Binary 10111011 10101101 11110110 11000 11110 0 100 11111100 1010000 1010010

Color Harmonies of #BBADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADF6

Black with #BBADF6

Text Example


Text Example

White with #BBADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADF6; }

 p { color: rgb(187,173,246); }

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

background-color css

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

 a { background-color: rgb(187,173,246); }

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

border-color css

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

 span { border-color: rgb(187,173,246); }

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