Html Css Color HEX #BBB3F3 Melrose

📋 copy color: '#BBB3F3'

red 187 ◦ green 179 ◦ blue 243

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

Shades of Melrose #BBB3F3

Tints of Melrose #BBB3F3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.39%

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

R = 30.71%
G = 29.39%
B = 39.9%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBB3F3 (or 0xBBB3F3) is known color: Melrose. HEX triplet: BB, B3 and F3. RGB value is (187,179,243). Sum of RGB (Red+Green+Blue) = 187+179+243=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3F3 is #444C0C. Grayscale: #BCBCBC. Windows color (decimal): -4475917 or 15971259. OLE color: 15971259.

HSL color Cylindrical-coordinate representation of color #BBB3F3: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB3F3 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 179 243 -
CMYK 0.23 0.26 0 0.05
HSL 247.5º 0.73% 0.83% -
HSV(B) 247.5º 0.26% 0.95% -
XYZ 52.79 49.28 91.52 -
YUV 188.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 187 179 243 0.23 0.26 0 0.05 247.5 0.73 0.83
Hex BB B3 F3 17 1A 0 5 F8 49 53
Octal 273 263 363 27 32 0 5 370 111 123
Binary 10111011 10110011 11110011 10111 11010 0 101 11111000 1001001 1010011

Color Harmonies of #BBB3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB3F3

Black with #BBB3F3

Text Example


Text Example

White with #BBB3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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