Html Css Color HEX #BCB3F6 Melrose

📋 copy color: '#BCB3F6'

red 188 ◦ green 179 ◦ blue 246

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

Shades of Melrose #BCB3F6

Tints of Melrose #BCB3F6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.2%

 BLUE value IS 246 (96.48% from 255) = 40.13%

R = 30.67%
G = 29.2%
B = 40.13%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCB3F6 (or 0xBCB3F6) is known color: Melrose. HEX triplet: BC, B3 and F6. RGB value is (188,179,246). Sum of RGB (Red+Green+Blue) = 188+179+246=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCB3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3F6 is #434C09. Grayscale: #BDBDBD. Windows color (decimal): -4410378 or 16167868. OLE color: 16167868.

HSL color Cylindrical-coordinate representation of color #BCB3F6: hue angle of 248.06º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB3F6 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 179 246 -
CMYK 0.24 0.27 0 0.04
HSL 248.06º 0.79% 0.83% -
HSV(B) 248.06º 0.27% 0.96% -
XYZ 53.49 49.59 93.94 -
YUV 189.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 188 179 246 0.24 0.27 0 0.04 248.06 0.79 0.83
Hex BC B3 F6 18 1B 0 4 F8 4F 53
Octal 274 263 366 30 33 0 4 370 117 123
Binary 10111100 10110011 11110110 11000 11011 0 100 11111000 1001111 1010011

Color Harmonies of #BCB3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3F6

Black with #BCB3F6

Text Example


Text Example

White with #BCB3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3F6; }

 p { color: rgb(188,179,246); }

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

background-color css

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

 a { background-color: rgb(188,179,246); }

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

border-color css

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

 span { border-color: rgb(188,179,246); }

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