Html Css Color HEX #BBAEF2 Melrose

📋 copy color: '#BBAEF2'

red 187 ◦ green 174 ◦ blue 242

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

Shades of Melrose #BBAEF2

Tints of Melrose #BBAEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 31.01%
G = 28.86%
B = 40.13%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBAEF2 (or 0xBBAEF2) is known color: Melrose. HEX triplet: BB, AE and F2. RGB value is (187,174,242). Sum of RGB (Red+Green+Blue) = 187+174+242=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBAEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEF2 is #44510D. Grayscale: #B9B9B9. Windows color (decimal): -4477198 or 15904443. OLE color: 15904443.

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

Color convert

RGB 187 174 242 -
CMYK 0.23 0.28 0 0.05
HSL 251.47º 0.72% 0.82% -
HSV(B) 251.47º 0.28% 0.95% -
XYZ 51.66 47.25 90.4 -
YUV 185.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 187 174 242 0.23 0.28 0 0.05 251.47 0.72 0.82
Hex BB AE F2 17 1C 0 5 FB 48 52
Octal 273 256 362 27 34 0 5 373 110 122
Binary 10111011 10101110 11110010 10111 11100 0 101 11111011 1001000 1010010

Color Harmonies of #BBAEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEF2

Black with #BBAEF2

Text Example


Text Example

White with #BBAEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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