Html Css Color HEX #BBA8EE Melrose

📋 copy color: '#BBA8EE'

red 187 ◦ green 168 ◦ blue 238

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

Shades of Melrose #BBA8EE

Tints of Melrose #BBA8EE

RGB

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

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

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

R = 31.53%
G = 28.33%
B = 40.13%

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

#BBA8EE (or 0xBBA8EE) is known color: Melrose. HEX triplet: BB, A8 and EE. RGB value is (187,168,238). Sum of RGB (Red+Green+Blue) = 187+168+238=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8EE is #445711. Grayscale: #B5B5B5. Windows color (decimal): -4478738 or 15640763. OLE color: 15640763.

HSL color Cylindrical-coordinate representation of color #BBA8EE: hue angle of 256.29º 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 #BBA8EE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 168 238 -
CMYK 0.21 0.29 0 0.07
HSL 256.29º 0.67% 0.8% -
HSV(B) 256.29º 0.29% 0.93% -
XYZ 49.93 44.74 86.89 -
YUV 181.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 187 168 238 0.21 0.29 0 0.07 256.29 0.67 0.8
Hex BB A8 EE 15 1D 0 7 100 43 50
Octal 273 250 356 25 35 0 7 400 103 120
Binary 10111011 10101000 11101110 10101 11101 0 111 100000000 1000011 1010000

Color Harmonies of #BBA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8EE

Black with #BBA8EE

Text Example


Text Example

White with #BBA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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