Html Css Color HEX #BBB3EE Melrose

📋 copy color: '#BBB3EE'

red 187 ◦ green 179 ◦ blue 238

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

Shades of Melrose #BBB3EE

Tints of Melrose #BBB3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.4%

R = 30.96%
G = 29.64%
B = 39.4%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBB3EE (or 0xBBB3EE) is known color: Melrose. HEX triplet: BB, B3 and EE. RGB value is (187,179,238). Sum of RGB (Red+Green+Blue) = 187+179+238=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB3EE is #444C11. Grayscale: #BBBBBB. Windows color (decimal): -4475922 or 15643579. OLE color: 15643579.

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

Color convert

RGB 187 179 238 -
CMYK 0.21 0.25 0 0.07
HSL 248.14º 0.63% 0.82% -
HSV(B) 248.14º 0.25% 0.93% -
XYZ 52.05 48.98 87.6 -
YUV 188.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 187 179 238 0.21 0.25 0 0.07 248.14 0.63 0.82
Hex BB B3 EE 15 19 0 7 F8 3F 52
Octal 273 263 356 25 31 0 7 370 77 122
Binary 10111011 10110011 11101110 10101 11001 0 111 11111000 111111 1010010

Color Harmonies of #BBB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB3EE

Black with #BBB3EE

Text Example


Text Example

White with #BBB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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