Html Css Color HEX #BBADF7 Melrose

📋 copy color: '#BBADF7'

red 187 ◦ green 173 ◦ blue 247

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

Shades of Melrose #BBADF7

Tints of Melrose #BBADF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.69%

R = 30.81%
G = 28.5%
B = 40.69%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBADF7 (or 0xBBADF7) is known color: Melrose. HEX triplet: BB, AD and F7. RGB value is (187,173,247). Sum of RGB (Red+Green+Blue) = 187+173+247=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF7 is #445208. Grayscale: #B9B9B9. Windows color (decimal): -4477449 or 16231867. OLE color: 16231867.

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

Color convert

RGB 187 173 247 -
CMYK 0.24 0.30 0 0.03
HSL 251.35º 0.82% 0.82% -
HSV(B) 251.35º 0.3% 0.97% -
XYZ 52.23 47.17 94.35 -
YUV 185.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 187 173 247 0.24 0.30 0 0.03 251.35 0.82 0.82
Hex BB AD F7 18 1E 0 3 FB 52 52
Octal 273 255 367 30 36 0 3 373 122 122
Binary 10111011 10101101 11110111 11000 11110 0 11 11111011 1010010 1010010

Color Harmonies of #BBADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADF7

Black with #BBADF7

Text Example


Text Example

White with #BBADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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