Html Css Color HEX #BCA7FF Melrose

📋 copy color: '#BCA7FF'

red 188 ◦ green 167 ◦ blue 255

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

Shades of Melrose #BCA7FF

Tints of Melrose #BCA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.38%

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

R = 30.82%
G = 27.38%
B = 41.8%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCA7FF (or 0xBCA7FF) is known color: Melrose. HEX triplet: BC, A7 and FF. RGB value is (188,167,255). Sum of RGB (Red+Green+Blue) = 188+167+255=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA7FF is #435800. Grayscale: #B6B6B6. Windows color (decimal): -4413441 or 16754620. OLE color: 16754620.

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

Color convert

RGB 188 167 255 -
CMYK 0.26 0.35 0 0
HSL 254.32º 1% 0.83% -
HSV(B) 254.32º 0.35% 1% -
XYZ 52.61 45.55 100.63 -
YUV 183.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 188 167 255 0.26 0.35 0 0 254.32 1 0.83
Hex BC A7 FF 1A 23 0 0 FE 64 53
Octal 274 247 377 32 43 0 0 376 144 123
Binary 10111100 10100111 11111111 11010 100011 0 0 11111110 1100100 1010011

Color Harmonies of #BCA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA7FF

Black with #BCA7FF

Text Example


Text Example

White with #BCA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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