Html Css Color HEX #BBABEA Melrose

📋 copy color: '#BBABEA'

red 187 ◦ green 171 ◦ blue 234

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

Shades of Melrose #BBABEA

Tints of Melrose #BBABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.89%

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 31.59%
G = 28.89%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBABEA (or 0xBBABEA) is known color: Melrose. HEX triplet: BB, AB and EA. RGB value is (187,171,234). Sum of RGB (Red+Green+Blue) = 187+171+234=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABEA is #445415. Grayscale: #B6B6B6. Windows color (decimal): -4477974 or 15379387. OLE color: 15379387.

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

Color convert

RGB 187 171 234 -
CMYK 0.20 0.27 0 0.08
HSL 255.24º 0.6% 0.79% -
HSV(B) 255.24º 0.27% 0.92% -
XYZ 49.91 45.63 84.02 -
YUV 182.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 187 171 234 0.20 0.27 0 0.08 255.24 0.6 0.79
Hex BB AB EA 14 1B 0 8 FF 3C 4F
Octal 273 253 352 24 33 0 10 377 74 117
Binary 10111011 10101011 11101010 10100 11011 0 1000 11111111 111100 1001111

Color Harmonies of #BBABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABEA

Black with #BBABEA

Text Example


Text Example

White with #BBABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABEA; }

 p { color: rgb(187,171,234); }

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

background-color css

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

 a { background-color: rgb(187,171,234); }

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

border-color css

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

 span { border-color: rgb(187,171,234); }

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