Html Css Color HEX #BBAEF1 Melrose

📋 copy color: '#BBAEF1'

red 187 ◦ green 174 ◦ blue 241

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

Shades of Melrose #BBAEF1

Tints of Melrose #BBAEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.03%

R = 31.06%
G = 28.9%
B = 40.03%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBAEF1 (or 0xBBAEF1) is known color: Melrose. HEX triplet: BB, AE and F1. RGB value is (187,174,241). Sum of RGB (Red+Green+Blue) = 187+174+241=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEF1 is #44510E. Grayscale: #B9B9B9. Windows color (decimal): -4477199 or 15838907. OLE color: 15838907.

HSL color Cylindrical-coordinate representation of color #BBAEF1: hue angle of 251.64º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBAEF1 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 174 241 -
CMYK 0.22 0.28 0 0.05
HSL 251.64º 0.71% 0.81% -
HSV(B) 251.64º 0.28% 0.95% -
XYZ 51.51 47.19 89.61 -
YUV 185.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 187 174 241 0.22 0.28 0 0.05 251.64 0.71 0.81
Hex BB AE F1 16 1C 0 5 FC 47 51
Octal 273 256 361 26 34 0 5 374 107 121
Binary 10111011 10101110 11110001 10110 11100 0 101 11111100 1000111 1010001

Color Harmonies of #BBAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEF1

Black with #BBAEF1

Text Example


Text Example

White with #BBAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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