Html Css Color HEX #BBB0F2 Melrose

📋 copy color: '#BBB0F2'

red 187 ◦ green 176 ◦ blue 242

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

Shades of Melrose #BBB0F2

Tints of Melrose #BBB0F2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.09%

 BLUE value IS 242 (94.92% from 255) = 40%

R = 30.91%
G = 29.09%
B = 40%

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

#BBB0F2 (or 0xBBB0F2) is known color: Melrose. HEX triplet: BB, B0 and F2. RGB value is (187,176,242). Sum of RGB (Red+Green+Blue) = 187+176+242=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0F2 is #444F0D. Grayscale: #BABABA. Windows color (decimal): -4476686 or 15904955. OLE color: 15904955.

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

Color convert

RGB 187 176 242 -
CMYK 0.23 0.27 0 0.05
HSL 250º 0.72% 0.82% -
HSV(B) 250º 0.27% 0.95% -
XYZ 52.05 48.03 90.53 -
YUV 186.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 187 176 242 0.23 0.27 0 0.05 250 0.72 0.82
Hex BB B0 F2 17 1B 0 5 FA 48 52
Octal 273 260 362 27 33 0 5 372 110 122
Binary 10111011 10110000 11110010 10111 11011 0 101 11111010 1001000 1010010

Color Harmonies of #BBB0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0F2

Black with #BBB0F2

Text Example


Text Example

White with #BBB0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0F2; }

 p { color: rgb(187,176,242); }

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

background-color css

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

 a { background-color: rgb(187,176,242); }

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

border-color css

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

 span { border-color: rgb(187,176,242); }

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