Html Css Color HEX #BCA8EE Melrose

📋 copy color: '#BCA8EE'

red 188 ◦ green 168 ◦ blue 238

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

Shades of Melrose #BCA8EE

Tints of Melrose #BCA8EE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.28%

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

R = 31.65%
G = 28.28%
B = 40.07%

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

#BCA8EE (or 0xBCA8EE) is known color: Melrose. HEX triplet: BC, A8 and EE. RGB value is (188,168,238). Sum of RGB (Red+Green+Blue) = 188+168+238=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8EE is #435711. Grayscale: #B5B5B5. Windows color (decimal): -4413202 or 15640764. OLE color: 15640764.

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

Color convert

RGB 188 168 238 -
CMYK 0.21 0.29 0 0.07
HSL 257.14º 0.67% 0.8% -
HSV(B) 257.14º 0.29% 0.93% -
XYZ 50.17 44.87 86.91 -
YUV 181.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 188 168 238 0.21 0.29 0 0.07 257.14 0.67 0.8
Hex BC A8 EE 15 1D 0 7 101 43 50
Octal 274 250 356 25 35 0 7 401 103 120
Binary 10111100 10101000 11101110 10101 11101 0 111 100000001 1000011 1010000

Color Harmonies of #BCA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8EE

Black with #BCA8EE

Text Example


Text Example

White with #BCA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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