Html Css Color HEX #BCAAEE Melrose

📋 copy color: '#BCAAEE'

red 188 ◦ green 170 ◦ blue 238

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

Shades of Melrose #BCAAEE

Tints of Melrose #BCAAEE

RGB

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

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

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

R = 31.54%
G = 28.52%
B = 39.93%

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

#BCAAEE (or 0xBCAAEE) is known color: Melrose. HEX triplet: BC, AA and EE. RGB value is (188,170,238). Sum of RGB (Red+Green+Blue) = 188+170+238=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAEE is #435511. Grayscale: #B6B6B6. Windows color (decimal): -4412690 or 15641276. OLE color: 15641276.

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

Color convert

RGB 188 170 238 -
CMYK 0.21 0.29 0 0.07
HSL 255.88º 0.67% 0.8% -
HSV(B) 255.88º 0.29% 0.93% -
XYZ 50.55 45.61 87.03 -
YUV 183.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 188 170 238 0.21 0.29 0 0.07 255.88 0.67 0.8
Hex BC AA EE 15 1D 0 7 100 43 50
Octal 274 252 356 25 35 0 7 400 103 120
Binary 10111100 10101010 11101110 10101 11101 0 111 100000000 1000011 1010000

Color Harmonies of #BCAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAEE

Black with #BCAAEE

Text Example


Text Example

White with #BCAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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