Html Css Color HEX #BCABFD Melrose

📋 copy color: '#BCABFD'

red 188 ◦ green 171 ◦ blue 253

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

Shades of Melrose #BCABFD

Tints of Melrose #BCABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 30.72%
G = 27.94%
B = 41.34%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCABFD (or 0xBCABFD) is known color: Melrose. HEX triplet: BC, AB and FD. RGB value is (188,171,253). Sum of RGB (Red+Green+Blue) = 188+171+253=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABFD is #435402. Grayscale: #B9B9B9. Windows color (decimal): -4412419 or 16624572. OLE color: 16624572.

HSL color Cylindrical-coordinate representation of color #BCABFD: hue angle of 252.44º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCABFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 171 253 -
CMYK 0.26 0.32 0 0.01
HSL 252.44º 0.95% 0.83% -
HSV(B) 252.44º 0.32% 0.99% -
XYZ 53.03 46.91 99.19 -
YUV 185.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 188 171 253 0.26 0.32 0 0.01 252.44 0.95 0.83
Hex BC AB FD 1A 20 0 1 FC 5F 53
Octal 274 253 375 32 40 0 1 374 137 123
Binary 10111100 10101011 11111101 11010 100000 0 1 11111100 1011111 1010011

Color Harmonies of #BCABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABFD

Black with #BCABFD

Text Example


Text Example

White with #BCABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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