Html Css Color HEX #BBAEF6 Melrose

📋 copy color: '#BBAEF6'

red 187 ◦ green 174 ◦ blue 246

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

Shades of Melrose #BBAEF6

Tints of Melrose #BBAEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.53%

R = 30.81%
G = 28.67%
B = 40.53%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBAEF6 (or 0xBBAEF6) is known color: Melrose. HEX triplet: BB, AE and F6. RGB value is (187,174,246). Sum of RGB (Red+Green+Blue) = 187+174+246=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEF6 is #445109. Grayscale: #B9B9B9. Windows color (decimal): -4477194 or 16166587. OLE color: 16166587.

HSL color Cylindrical-coordinate representation of color #BBAEF6: hue angle of 250.83º degrees, saturation: 0.8, 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 #BBAEF6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 174 246 -
CMYK 0.24 0.29 0 0.04
HSL 250.83º 0.8% 0.82% -
HSV(B) 250.83º 0.29% 0.96% -
XYZ 52.26 47.49 93.6 -
YUV 186.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 187 174 246 0.24 0.29 0 0.04 250.83 0.8 0.82
Hex BB AE F6 18 1D 0 4 FB 50 52
Octal 273 256 366 30 35 0 4 373 120 122
Binary 10111011 10101110 11110110 11000 11101 0 100 11111011 1010000 1010010

Color Harmonies of #BBAEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEF6

Black with #BBAEF6

Text Example


Text Example

White with #BBAEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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