Html Css Color HEX #BCB1F1 Melrose

📋 copy color: '#BCB1F1'

red 188 ◦ green 177 ◦ blue 241

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

Shades of Melrose #BCB1F1

Tints of Melrose #BCB1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.77%

R = 31.02%
G = 29.21%
B = 39.77%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCB1F1 (or 0xBCB1F1) is known color: Melrose. HEX triplet: BC, B1 and F1. RGB value is (188,177,241). Sum of RGB (Red+Green+Blue) = 188+177+241=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCB1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1F1 is #434E0E. Grayscale: #BBBBBB. Windows color (decimal): -4410895 or 15839676. OLE color: 15839676.

HSL color Cylindrical-coordinate representation of color #BCB1F1: hue angle of 250.31º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB1F1 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 177 241 -
CMYK 0.22 0.27 0 0.05
HSL 250.31º 0.7% 0.82% -
HSV(B) 250.31º 0.27% 0.95% -
XYZ 52.34 48.49 89.82 -
YUV 187.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 188 177 241 0.22 0.27 0 0.05 250.31 0.7 0.82
Hex BC B1 F1 16 1B 0 5 FA 46 52
Octal 274 261 361 26 33 0 5 372 106 122
Binary 10111100 10110001 11110001 10110 11011 0 101 11111010 1000110 1010010

Color Harmonies of #BCB1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1F1

Black with #BCB1F1

Text Example


Text Example

White with #BCB1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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