Html Css Color HEX #BBA8EA Melrose

📋 copy color: '#BBA8EA'

red 187 ◦ green 168 ◦ blue 234

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

Shades of Melrose #BBA8EA

Tints of Melrose #BBA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.52%

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

R = 31.75%
G = 28.52%
B = 39.73%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBA8EA (or 0xBBA8EA) is known color: Melrose. HEX triplet: BB, A8 and EA. RGB value is (187,168,234). Sum of RGB (Red+Green+Blue) = 187+168+234=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8EA is #445715. Grayscale: #B4B4B4. Windows color (decimal): -4478742 or 15378619. OLE color: 15378619.

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

Color convert

RGB 187 168 234 -
CMYK 0.20 0.28 0 0.08
HSL 257.27º 0.61% 0.79% -
HSV(B) 257.27º 0.28% 0.92% -
XYZ 49.35 44.51 83.83 -
YUV 181.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 187 168 234 0.20 0.28 0 0.08 257.27 0.61 0.79
Hex BB A8 EA 14 1C 0 8 101 3D 4F
Octal 273 250 352 24 34 0 10 401 75 117
Binary 10111011 10101000 11101010 10100 11100 0 1000 100000001 111101 1001111

Color Harmonies of #BBA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8EA

Black with #BBA8EA

Text Example


Text Example

White with #BBA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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