Html Css Color HEX #BBAEEB Melrose

📋 copy color: '#BBAEEB'

red 187 ◦ green 174 ◦ blue 235

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

Shades of Melrose #BBAEEB

Tints of Melrose #BBAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.43%

R = 31.38%
G = 29.19%
B = 39.43%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBAEEB (or 0xBBAEEB) is known color: Melrose. HEX triplet: BB, AE and EB. RGB value is (187,174,235). Sum of RGB (Red+Green+Blue) = 187+174+235=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAEEB is #445114. Grayscale: #B8B8B8. Windows color (decimal): -4477205 or 15445691. OLE color: 15445691.

HSL color Cylindrical-coordinate representation of color #BBAEEB: hue angle of 252.79º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAEEB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 174 235 -
CMYK 0.20 0.26 0 0.08
HSL 252.79º 0.6% 0.8% -
HSV(B) 252.79º 0.26% 0.92% -
XYZ 50.62 46.84 84.97 -
YUV 184.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 187 174 235 0.20 0.26 0 0.08 252.79 0.6 0.8
Hex BB AE EB 14 1A 0 8 FD 3C 50
Octal 273 256 353 24 32 0 10 375 74 120
Binary 10111011 10101110 11101011 10100 11010 0 1000 11111101 111100 1010000

Color Harmonies of #BBAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEEB

Black with #BBAEEB

Text Example


Text Example

White with #BBAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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