Html Css Color HEX #BBB1F1 Melrose

📋 copy color: '#BBB1F1'

red 187 ◦ green 177 ◦ blue 241

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

Shades of Melrose #BBB1F1

Tints of Melrose #BBB1F1

RGB

 RED value IS 187 (73.44% from 255) = 30.91%

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

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

R = 30.91%
G = 29.26%
B = 39.83%

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

#BBB1F1 (or 0xBBB1F1) is known color: Melrose. HEX triplet: BB, B1 and F1. RGB value is (187,177,241). Sum of RGB (Red+Green+Blue) = 187+177+241=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBB1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1F1 is #444E0E. Grayscale: #BBBBBB. Windows color (decimal): -4476431 or 15839675. OLE color: 15839675.

HSL color Cylindrical-coordinate representation of color #BBB1F1: hue angle of 249.38º 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 #BBB1F1 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 177 241 -
CMYK 0.22 0.27 0 0.05
HSL 249.38º 0.7% 0.82% -
HSV(B) 249.38º 0.27% 0.95% -
XYZ 52.09 48.36 89.81 -
YUV 187.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 187 177 241 0.22 0.27 0 0.05 249.38 0.7 0.82
Hex BB B1 F1 16 1B 0 5 F9 46 52
Octal 273 261 361 26 33 0 5 371 106 122
Binary 10111011 10110001 11110001 10110 11011 0 101 11111001 1000110 1010010

Color Harmonies of #BBB1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1F1

Black with #BBB1F1

Text Example


Text Example

White with #BBB1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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