Html Css Color HEX #BBB0ED Melrose

📋 copy color: '#BBB0ED'

red 187 ◦ green 176 ◦ blue 237

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

Shades of Melrose #BBB0ED

Tints of Melrose #BBB0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.5%

R = 31.17%
G = 29.33%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBB0ED (or 0xBBB0ED) is known color: Melrose. HEX triplet: BB, B0 and ED. RGB value is (187,176,237). Sum of RGB (Red+Green+Blue) = 187+176+237=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0ED is #444F12. Grayscale: #BABABA. Windows color (decimal): -4476691 or 15577275. OLE color: 15577275.

HSL color Cylindrical-coordinate representation of color #BBB0ED: hue angle of 250.82º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB0ED is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 176 237 -
CMYK 0.21 0.26 0 0.07
HSL 250.82º 0.63% 0.81% -
HSV(B) 250.82º 0.26% 0.93% -
XYZ 51.3 47.73 86.63 -
YUV 186.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 187 176 237 0.21 0.26 0 0.07 250.82 0.63 0.81
Hex BB B0 ED 15 1A 0 7 FB 3F 51
Octal 273 260 355 25 32 0 7 373 77 121
Binary 10111011 10110000 11101101 10101 11010 0 111 11111011 111111 1010001

Color Harmonies of #BBB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0ED

Black with #BBB0ED

Text Example


Text Example

White with #BBB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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