Html Css Color HEX #BCAAFF Melrose

📋 copy color: '#BCAAFF'

red 188 ◦ green 170 ◦ blue 255

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

Shades of Melrose #BCAAFF

Tints of Melrose #BCAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.6%

R = 30.67%
G = 27.73%
B = 41.6%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCAAFF (or 0xBCAAFF) is known color: Melrose. HEX triplet: BC, AA and FF. RGB value is (188,170,255). Sum of RGB (Red+Green+Blue) = 188+170+255=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAFF is #435500. Grayscale: #B8B8B8. Windows color (decimal): -4412673 or 16755388. OLE color: 16755388.

HSL color Cylindrical-coordinate representation of color #BCAAFF: hue angle of 252.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCAAFF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 170 255 -
CMYK 0.26 0.33 0 0
HSL 252.71º 1% 0.83% -
HSV(B) 252.71º 0.33% 1% -
XYZ 53.16 46.66 100.81 -
YUV 185.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 188 170 255 0.26 0.33 0 0 252.71 1 0.83
Hex BC AA FF 1A 21 0 0 FD 64 53
Octal 274 252 377 32 41 0 0 375 144 123
Binary 10111100 10101010 11111111 11010 100001 0 0 11111101 1100100 1010011

Color Harmonies of #BCAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAFF

Black with #BCAAFF

Text Example


Text Example

White with #BCAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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