Html Css Color HEX #BCB1F9 Melrose

📋 copy color: '#BCB1F9'

red 188 ◦ green 177 ◦ blue 249

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

Shades of Melrose #BCB1F9

Tints of Melrose #BCB1F9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.83%

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 30.62%
G = 28.83%
B = 40.55%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCB1F9 (or 0xBCB1F9) is known color: Melrose. HEX triplet: BC, B1 and F9. RGB value is (188,177,249). Sum of RGB (Red+Green+Blue) = 188+177+249=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCB1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1F9 is #434E06. Grayscale: #BCBCBC. Windows color (decimal): -4410887 or 16363964. OLE color: 16363964.

HSL color Cylindrical-coordinate representation of color #BCB1F9: hue angle of 249.17º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB1F9 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 177 249 -
CMYK 0.24 0.29 0 0.02
HSL 249.17º 0.86% 0.84% -
HSV(B) 249.17º 0.29% 0.98% -
XYZ 53.56 48.98 96.25 -
YUV 188.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 188 177 249 0.24 0.29 0 0.02 249.17 0.86 0.84
Hex BC B1 F9 18 1D 0 2 F9 56 54
Octal 274 261 371 30 35 0 2 371 126 124
Binary 10111100 10110001 11111001 11000 11101 0 10 11111001 1010110 1010100

Color Harmonies of #BCB1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1F9

Black with #BCB1F9

Text Example


Text Example

White with #BCB1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1F9; }

 p { color: rgb(188,177,249); }

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

background-color css

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

 a { background-color: rgb(188,177,249); }

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

border-color css

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

 span { border-color: rgb(188,177,249); }

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