Html Css Color HEX #BBAEFA Melrose

📋 copy color: '#BBAEFA'

red 187 ◦ green 174 ◦ blue 250

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

Shades of Melrose #BBAEFA

Tints of Melrose #BBAEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 30.61%
G = 28.48%
B = 40.92%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBAEFA (or 0xBBAEFA) is known color: Melrose. HEX triplet: BB, AE and FA. RGB value is (187,174,250). Sum of RGB (Red+Green+Blue) = 187+174+250=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEFA is #445105. Grayscale: #BABABA. Windows color (decimal): -4477190 or 16428731. OLE color: 16428731.

HSL color Cylindrical-coordinate representation of color #BBAEFA: hue angle of 250.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAEFA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 174 250 -
CMYK 0.25 0.30 0 0.02
HSL 250.26º 0.88% 0.83% -
HSV(B) 250.26º 0.3% 0.98% -
XYZ 52.88 47.74 96.87 -
YUV 186.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 187 174 250 0.25 0.30 0 0.02 250.26 0.88 0.83
Hex BB AE FA 19 1E 0 2 FA 58 53
Octal 273 256 372 31 36 0 2 372 130 123
Binary 10111011 10101110 11111010 11001 11110 0 10 11111010 1011000 1010011

Color Harmonies of #BBAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEFA

Black with #BBAEFA

Text Example


Text Example

White with #BBAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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