Html Css Color HEX #BBADE7 Melrose

📋 copy color: '#BBADE7'

red 187 ◦ green 173 ◦ blue 231

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

Shades of Melrose #BBADE7

Tints of Melrose #BBADE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.09%

R = 31.64%
G = 29.27%
B = 39.09%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBADE7 (or 0xBBADE7) is known color: Melrose. HEX triplet: BB, AD and E7. RGB value is (187,173,231). Sum of RGB (Red+Green+Blue) = 187+173+231=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADE7 is #445218. Grayscale: #B7B7B7. Windows color (decimal): -4477465 or 15183291. OLE color: 15183291.

HSL color Cylindrical-coordinate representation of color #BBADE7: hue angle of 254.48º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBADE7 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 173 231 -
CMYK 0.19 0.25 0 0.09
HSL 254.48º 0.55% 0.79% -
HSV(B) 254.48º 0.25% 0.91% -
XYZ 49.86 46.22 81.89 -
YUV 183.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 187 173 231 0.19 0.25 0 0.09 254.48 0.55 0.79
Hex BB AD E7 13 19 0 9 FE 37 4F
Octal 273 255 347 23 31 0 11 376 67 117
Binary 10111011 10101101 11100111 10011 11001 0 1001 11111110 110111 1001111

Color Harmonies of #BBADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADE7

Black with #BBADE7

Text Example


Text Example

White with #BBADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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