Html Css Color HEX #BCACFF Melrose

📋 copy color: '#BCACFF'

red 188 ◦ green 172 ◦ blue 255

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

Shades of Melrose #BCACFF

Tints of Melrose #BCACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.97%

 BLUE value IS 255 (100% from 255) = 41.46%

R = 30.57%
G = 27.97%
B = 41.46%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCACFF (or 0xBCACFF) is known color: Melrose. HEX triplet: BC, AC and FF. RGB value is (188,172,255). Sum of RGB (Red+Green+Blue) = 188+172+255=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACFF is #435300. Grayscale: #B9B9B9. Windows color (decimal): -4412161 or 16755900. OLE color: 16755900.

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

Color convert

RGB 188 172 255 -
CMYK 0.26 0.33 0 0
HSL 251.57º 1% 0.84% -
HSV(B) 251.57º 0.33% 1% -
XYZ 53.54 47.42 100.94 -
YUV 186.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 188 172 255 0.26 0.33 0 0 251.57 1 0.84
Hex BC AC FF 1A 21 0 0 FC 64 54
Octal 274 254 377 32 41 0 0 374 144 124
Binary 10111100 10101100 11111111 11010 100001 0 0 11111100 1100100 1010100

Color Harmonies of #BCACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACFF

Black with #BCACFF

Text Example


Text Example

White with #BCACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACFF; }

 p { color: rgb(188,172,255); }

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

background-color css

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

 a { background-color: rgb(188,172,255); }

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

border-color css

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

 span { border-color: rgb(188,172,255); }

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