Html Css Color HEX #BBAEF4 Melrose

📋 copy color: '#BBAEF4'

red 187 ◦ green 174 ◦ blue 244

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

Shades of Melrose #BBAEF4

Tints of Melrose #BBAEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.33%

R = 30.91%
G = 28.76%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBAEF4 (or 0xBBAEF4) is known color: Melrose. HEX triplet: BB, AE and F4. RGB value is (187,174,244). Sum of RGB (Red+Green+Blue) = 187+174+244=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBAEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEF4 is #44510B. Grayscale: #B9B9B9. Windows color (decimal): -4477196 or 16035515. OLE color: 16035515.

HSL color Cylindrical-coordinate representation of color #BBAEF4: hue angle of 251.14º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAEF4 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 174 244 -
CMYK 0.23 0.29 0 0.04
HSL 251.14º 0.76% 0.82% -
HSV(B) 251.14º 0.29% 0.96% -
XYZ 51.96 47.37 91.99 -
YUV 185.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 187 174 244 0.23 0.29 0 0.04 251.14 0.76 0.82
Hex BB AE F4 17 1D 0 4 FB 4C 52
Octal 273 256 364 27 35 0 4 373 114 122
Binary 10111011 10101110 11110100 10111 11101 0 100 11111011 1001100 1010010

Color Harmonies of #BBAEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEF4

Black with #BBAEF4

Text Example


Text Example

White with #BBAEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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