Html Css Color HEX #BCA7EF Melrose

📋 copy color: '#BCA7EF'

red 188 ◦ green 167 ◦ blue 239

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

Shades of Melrose #BCA7EF

Tints of Melrose #BCA7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 31.65%
G = 28.11%
B = 40.24%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCA7EF (or 0xBCA7EF) is known color: Melrose. HEX triplet: BC, A7 and EF. RGB value is (188,167,239). Sum of RGB (Red+Green+Blue) = 188+167+239=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCA7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA7EF is #435810. Grayscale: #B5B5B5. Windows color (decimal): -4413457 or 15706044. OLE color: 15706044.

HSL color Cylindrical-coordinate representation of color #BCA7EF: hue angle of 257.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA7EF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 167 239 -
CMYK 0.21 0.30 0 0.06
HSL 257.5º 0.69% 0.8% -
HSV(B) 257.5º 0.3% 0.94% -
XYZ 50.14 44.56 87.62 -
YUV 181.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 188 167 239 0.21 0.30 0 0.06 257.5 0.69 0.8
Hex BC A7 EF 15 1E 0 6 102 45 50
Octal 274 247 357 25 36 0 6 402 105 120
Binary 10111100 10100111 11101111 10101 11110 0 110 100000010 1000101 1010000

Color Harmonies of #BCA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA7EF

Black with #BCA7EF

Text Example


Text Example

White with #BCA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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