Html Css Color HEX #BBADE5 Melrose

📋 copy color: '#BBADE5'

red 187 ◦ green 173 ◦ blue 229

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

Shades of Melrose #BBADE5

Tints of Melrose #BBADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 31.75%
G = 29.37%
B = 38.88%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBADE5 (or 0xBBADE5) is known color: Melrose. HEX triplet: BB, AD and E5. RGB value is (187,173,229). Sum of RGB (Red+Green+Blue) = 187+173+229=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADE5 is #44521A. Grayscale: #B7B7B7. Windows color (decimal): -4477467 or 15052219. OLE color: 15052219.

HSL color Cylindrical-coordinate representation of color #BBADE5: hue angle of 255º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBADE5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 173 229 -
CMYK 0.18 0.24 0 0.10
HSL 255º 0.52% 0.79% -
HSV(B) 255º 0.24% 0.9% -
XYZ 49.58 46.11 80.42 -
YUV 183.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 187 173 229 0.18 0.24 0 0.10 255 0.52 0.79
Hex BB AD E5 12 18 0 A FF 34 4F
Octal 273 255 345 22 30 0 12 377 64 117
Binary 10111011 10101101 11100101 10010 11000 0 1010 11111111 110100 1001111

Color Harmonies of #BBADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADE5

Black with #BBADE5

Text Example


Text Example

White with #BBADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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