Html Css Color HEX #BCABF3 Melrose

📋 copy color: '#BCABF3'

red 188 ◦ green 171 ◦ blue 243

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

Shades of Melrose #BCABF3

Tints of Melrose #BCABF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.37%

R = 31.23%
G = 28.41%
B = 40.37%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCABF3 (or 0xBCABF3) is known color: Melrose. HEX triplet: BC, AB and F3. RGB value is (188,171,243). Sum of RGB (Red+Green+Blue) = 188+171+243=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABF3 is #43540C. Grayscale: #B8B8B8. Windows color (decimal): -4412429 or 15969212. OLE color: 15969212.

HSL color Cylindrical-coordinate representation of color #BCABF3: hue angle of 254.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCABF3 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 171 243 -
CMYK 0.23 0.30 0 0.05
HSL 254.17º 0.75% 0.81% -
HSV(B) 254.17º 0.3% 0.95% -
XYZ 51.48 46.29 91.02 -
YUV 184.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 188 171 243 0.23 0.30 0 0.05 254.17 0.75 0.81
Hex BC AB F3 17 1E 0 5 FE 4B 51
Octal 274 253 363 27 36 0 5 376 113 121
Binary 10111100 10101011 11110011 10111 11110 0 101 11111110 1001011 1010001

Color Harmonies of #BCABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABF3

Black with #BCABF3

Text Example


Text Example

White with #BCABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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