Html Css Color HEX #BBAEEC Melrose

📋 copy color: '#BBAEEC'

red 187 ◦ green 174 ◦ blue 236

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

Shades of Melrose #BBAEEC

Tints of Melrose #BBAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 31.32%
G = 29.15%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBAEEC (or 0xBBAEEC) is known color: Melrose. HEX triplet: BB, AE and EC. RGB value is (187,174,236). Sum of RGB (Red+Green+Blue) = 187+174+236=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEEC is #445113. Grayscale: #B8B8B8. Windows color (decimal): -4477204 or 15511227. OLE color: 15511227.

HSL color Cylindrical-coordinate representation of color #BBAEEC: hue angle of 252.58º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAEEC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 174 236 -
CMYK 0.21 0.26 0 0.07
HSL 252.58º 0.62% 0.8% -
HSV(B) 252.58º 0.26% 0.93% -
XYZ 50.77 46.89 85.73 -
YUV 184.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 187 174 236 0.21 0.26 0 0.07 252.58 0.62 0.8
Hex BB AE EC 15 1A 0 7 FD 3E 50
Octal 273 256 354 25 32 0 7 375 76 120
Binary 10111011 10101110 11101100 10101 11010 0 111 11111101 111110 1010000

Color Harmonies of #BBAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEEC

Black with #BBAEEC

Text Example


Text Example

White with #BBAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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