Html Css Color HEX #BBADE9 Melrose

📋 copy color: '#BBADE9'

red 187 ◦ green 173 ◦ blue 233

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

Shades of Melrose #BBADE9

Tints of Melrose #BBADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.29%

R = 31.53%
G = 29.17%
B = 39.29%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBADE9 (or 0xBBADE9) is known color: Melrose. HEX triplet: BB, AD and E9. RGB value is (187,173,233). Sum of RGB (Red+Green+Blue) = 187+173+233=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADE9 is #445216. Grayscale: #B7B7B7. Windows color (decimal): -4477463 or 15314363. OLE color: 15314363.

HSL color Cylindrical-coordinate representation of color #BBADE9: hue angle of 254º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBADE9 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 173 233 -
CMYK 0.20 0.26 0 0.09
HSL 254º 0.58% 0.8% -
HSV(B) 254º 0.26% 0.91% -
XYZ 50.15 46.34 83.39 -
YUV 184.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 187 173 233 0.20 0.26 0 0.09 254 0.58 0.8
Hex BB AD E9 14 1A 0 9 FE 3A 50
Octal 273 255 351 24 32 0 11 376 72 120
Binary 10111011 10101101 11101001 10100 11010 0 1001 11111110 111010 1010000

Color Harmonies of #BBADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADE9

Black with #BBADE9

Text Example


Text Example

White with #BBADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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