Html Css Color HEX #BBABEC Melrose

📋 copy color: '#BBABEC'

red 187 ◦ green 171 ◦ blue 236

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

Shades of Melrose #BBABEC

Tints of Melrose #BBABEC

RGB

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

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

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

R = 31.48%
G = 28.79%
B = 39.73%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBABEC (or 0xBBABEC) is known color: Melrose. HEX triplet: BB, AB and EC. RGB value is (187,171,236). Sum of RGB (Red+Green+Blue) = 187+171+236=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABEC is #445413. Grayscale: #B6B6B6. Windows color (decimal): -4477972 or 15510459. OLE color: 15510459.

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

Color convert

RGB 187 171 236 -
CMYK 0.21 0.28 0 0.07
HSL 254.77º 0.63% 0.8% -
HSV(B) 254.77º 0.28% 0.93% -
XYZ 50.2 45.75 85.54 -
YUV 183.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 187 171 236 0.21 0.28 0 0.07 254.77 0.63 0.8
Hex BB AB EC 15 1C 0 7 FF 3F 50
Octal 273 253 354 25 34 0 7 377 77 120
Binary 10111011 10101011 11101100 10101 11100 0 111 11111111 111111 1010000

Color Harmonies of #BBABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABEC

Black with #BBABEC

Text Example


Text Example

White with #BBABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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