Html Css Color HEX #BBB1F3 Melrose

📋 copy color: '#BBB1F3'

red 187 ◦ green 177 ◦ blue 243

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

Shades of Melrose #BBB1F3

Tints of Melrose #BBB1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.03%

R = 30.81%
G = 29.16%
B = 40.03%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBB1F3 (or 0xBBB1F3) is known color: Melrose. HEX triplet: BB, B1 and F3. RGB value is (187,177,243). Sum of RGB (Red+Green+Blue) = 187+177+243=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1F3 is #444E0C. Grayscale: #BBBBBB. Windows color (decimal): -4476429 or 15970747. OLE color: 15970747.

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

Color convert

RGB 187 177 243 -
CMYK 0.23 0.27 0 0.05
HSL 249.09º 0.73% 0.82% -
HSV(B) 249.09º 0.27% 0.95% -
XYZ 52.39 48.48 91.39 -
YUV 187.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 187 177 243 0.23 0.27 0 0.05 249.09 0.73 0.82
Hex BB B1 F3 17 1B 0 5 F9 49 52
Octal 273 261 363 27 33 0 5 371 111 122
Binary 10111011 10110001 11110011 10111 11011 0 101 11111001 1001001 1010010

Color Harmonies of #BBB1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1F3

Black with #BBB1F3

Text Example


Text Example

White with #BBB1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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