Html Css Color HEX #BCAAEB Melrose

📋 copy color: '#BCAAEB'

red 188 ◦ green 170 ◦ blue 235

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

Shades of Melrose #BCAAEB

Tints of Melrose #BCAAEB

RGB

 RED value IS 188 (73.83% from 255) = 31.7%

 GREEN value IS 170 (66.8% from 255) = 28.67%

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 31.7%
G = 28.67%
B = 39.63%

CMYK

 C value IS 0.2

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCAAEB (or 0xBCAAEB) is known color: Melrose. HEX triplet: BC, AA and EB. RGB value is (188,170,235). Sum of RGB (Red+Green+Blue) = 188+170+235=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAEB is #435514. Grayscale: #B6B6B6. Windows color (decimal): -4412693 or 15444668. OLE color: 15444668.

HSL color Cylindrical-coordinate representation of color #BCAAEB: hue angle of 256.62º degrees, saturation: 0.62, 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 #BCAAEB is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 170 235 -
CMYK 0.2 0.28 0 0.08
HSL 256.62º 0.62% 0.79% -
HSV(B) 256.62º 0.28% 0.92% -
XYZ 50.11 45.44 84.73 -
YUV 182.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 188 170 235 0.2 0.28 0 0.08 256.62 0.62 0.79
Hex BC AA EB 14 1C 0 8 101 3E 4F
Octal 274 252 353 24 34 0 10 401 76 117
Binary 10111100 10101010 11101011 10100 11100 0 1000 100000001 111110 1001111

Color Harmonies of #BCAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAEB

Black with #BCAAEB

Text Example


Text Example

White with #BCAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAEB; }

 p { color: rgb(188,170,235); }

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

background-color css

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

 a { background-color: rgb(188,170,235); }

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

border-color css

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

 span { border-color: rgb(188,170,235); }

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