Html Css Color HEX #BBAEDF Melrose

📋 copy color: '#BBAEDF'

red 187 ◦ green 174 ◦ blue 223

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

Shades of Melrose #BBAEDF

Tints of Melrose #BBAEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.79%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 32.02%
G = 29.79%
B = 38.18%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBAEDF (or 0xBBAEDF) is known color: Melrose. HEX triplet: BB, AE and DF. RGB value is (187,174,223). Sum of RGB (Red+Green+Blue) = 187+174+223=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEDF is #445120. Grayscale: #B7B7B7. Windows color (decimal): -4477217 or 14659259. OLE color: 14659259.

HSL color Cylindrical-coordinate representation of color #BBAEDF: hue angle of 255.92º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAEDF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 174 223 -
CMYK 0.16 0.22 0 0.13
HSL 255.92º 0.43% 0.78% -
HSV(B) 255.92º 0.22% 0.87% -
XYZ 48.95 46.16 76.14 -
YUV 183.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 187 174 223 0.16 0.22 0 0.13 255.92 0.43 0.78
Hex BB AE DF 10 16 0 D 100 2B 4E
Octal 273 256 337 20 26 0 15 400 53 116
Binary 10111011 10101110 11011111 10000 10110 0 1101 100000000 101011 1001110

Color Harmonies of #BBAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEDF

Black with #BBAEDF

Text Example


Text Example

White with #BBAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEDF; }

 p { color: rgb(187,174,223); }

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

background-color css

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

 a { background-color: rgb(187,174,223); }

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

border-color css

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

 span { border-color: rgb(187,174,223); }

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