Html Css Color HEX #BCB1F8 Melrose

📋 copy color: '#BCB1F8'

red 188 ◦ green 177 ◦ blue 248

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

Shades of Melrose #BCB1F8

Tints of Melrose #BCB1F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.46%

R = 30.67%
G = 28.87%
B = 40.46%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCB1F8 (or 0xBCB1F8) is known color: Melrose. HEX triplet: BC, B1 and F8. RGB value is (188,177,248). Sum of RGB (Red+Green+Blue) = 188+177+248=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCB1F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1F8 is #434E07. Grayscale: #BCBCBC. Windows color (decimal): -4410888 or 16298428. OLE color: 16298428.

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

Color convert

RGB 188 177 248 -
CMYK 0.24 0.29 0 0.03
HSL 249.3º 0.84% 0.83% -
HSV(B) 249.3º 0.29% 0.97% -
XYZ 53.4 48.91 95.43 -
YUV 188.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 188 177 248 0.24 0.29 0 0.03 249.3 0.84 0.83
Hex BC B1 F8 18 1D 0 3 F9 54 53
Octal 274 261 370 30 35 0 3 371 124 123
Binary 10111100 10110001 11111000 11000 11101 0 11 11111001 1010100 1010011

Color Harmonies of #BCB1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1F8

Black with #BCB1F8

Text Example


Text Example

White with #BCB1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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