Html Css Color HEX #BBA9EE Melrose

📋 copy color: '#BBA9EE'

red 187 ◦ green 169 ◦ blue 238

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

Shades of Melrose #BBA9EE

Tints of Melrose #BBA9EE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.45%

 BLUE value IS 238 (93.36% from 255) = 40.07%

R = 31.48%
G = 28.45%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA9EE (or 0xBBA9EE) is known color: Melrose. HEX triplet: BB, A9 and EE. RGB value is (187,169,238). Sum of RGB (Red+Green+Blue) = 187+169+238=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBA9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9EE is #445611. Grayscale: #B5B5B5. Windows color (decimal): -4478482 or 15641019. OLE color: 15641019.

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

Color convert

RGB 187 169 238 -
CMYK 0.21 0.29 0 0.07
HSL 255.65º 0.67% 0.8% -
HSV(B) 255.65º 0.29% 0.93% -
XYZ 50.11 45.11 86.96 -
YUV 182.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 187 169 238 0.21 0.29 0 0.07 255.65 0.67 0.8
Hex BB A9 EE 15 1D 0 7 100 43 50
Octal 273 251 356 25 35 0 7 400 103 120
Binary 10111011 10101001 11101110 10101 11101 0 111 100000000 1000011 1010000

Color Harmonies of #BBA9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9EE

Black with #BBA9EE

Text Example


Text Example

White with #BBA9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9EE; }

 p { color: rgb(187,169,238); }

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

background-color css

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

 a { background-color: rgb(187,169,238); }

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

border-color css

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

 span { border-color: rgb(187,169,238); }

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