Html Css Color HEX #BCABFE Melrose

📋 copy color: '#BCABFE'

red 188 ◦ green 171 ◦ blue 254

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

Shades of Melrose #BCABFE

Tints of Melrose #BCABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 30.67%
G = 27.9%
B = 41.44%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCABFE (or 0xBCABFE) is known color: Melrose. HEX triplet: BC, AB and FE. RGB value is (188,171,254). Sum of RGB (Red+Green+Blue) = 188+171+254=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABFE is #435401. Grayscale: #B9B9B9. Windows color (decimal): -4412418 or 16690108. OLE color: 16690108.

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

Color convert

RGB 188 171 254 -
CMYK 0.26 0.33 0 0.00
HSL 252.29º 0.98% 0.83% -
HSV(B) 252.29º 0.33% 1% -
XYZ 53.19 46.97 100.03 -
YUV 185.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 188 171 254 0.26 0.33 0 0.00 252.29 0.98 0.83
Hex BC AB FE 1A 21 0 0 FC 62 53
Octal 274 253 376 32 41 0 0 374 142 123
Binary 10111100 10101011 11111110 11010 100001 0 0 11111100 1100010 1010011

Color Harmonies of #BCABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABFE

Black with #BCABFE

Text Example


Text Example

White with #BCABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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