Html Css Color HEX #BCABEA Melrose

📋 copy color: '#BCABEA'

red 188 ◦ green 171 ◦ blue 234

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

Shades of Melrose #BCABEA

Tints of Melrose #BCABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.84%

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 31.7%
G = 28.84%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCABEA (or 0xBCABEA) is known color: Melrose. HEX triplet: BC, AB and EA. RGB value is (188,171,234). Sum of RGB (Red+Green+Blue) = 188+171+234=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABEA is #435415. Grayscale: #B7B7B7. Windows color (decimal): -4412438 or 15379388. OLE color: 15379388.

HSL color Cylindrical-coordinate representation of color #BCABEA: hue angle of 256.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCABEA is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 171 234 -
CMYK 0.20 0.27 0 0.08
HSL 256.19º 0.6% 0.79% -
HSV(B) 256.19º 0.27% 0.92% -
XYZ 50.15 45.76 84.03 -
YUV 183.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 188 171 234 0.20 0.27 0 0.08 256.19 0.6 0.79
Hex BC AB EA 14 1B 0 8 100 3C 4F
Octal 274 253 352 24 33 0 10 400 74 117
Binary 10111100 10101011 11101010 10100 11011 0 1000 100000000 111100 1001111

Color Harmonies of #BCABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABEA

Black with #BCABEA

Text Example


Text Example

White with #BCABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABEA; }

 p { color: rgb(188,171,234); }

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

background-color css

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

 a { background-color: rgb(188,171,234); }

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

border-color css

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

 span { border-color: rgb(188,171,234); }

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