Html Css Color HEX #BBB4F7 Melrose

📋 copy color: '#BBB4F7'

red 187 ◦ green 180 ◦ blue 247

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

Shades of Melrose #BBB4F7

Tints of Melrose #BBB4F7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.32%

 BLUE value IS 247 (96.88% from 255) = 40.23%

R = 30.46%
G = 29.32%
B = 40.23%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBB4F7 (or 0xBBB4F7) is known color: Melrose. HEX triplet: BB, B4 and F7. RGB value is (187,180,247). Sum of RGB (Red+Green+Blue) = 187+180+247=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBB4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4F7 is #444B08. Grayscale: #BDBDBD. Windows color (decimal): -4475657 or 16233659. OLE color: 16233659.

HSL color Cylindrical-coordinate representation of color #BBB4F7: hue angle of 246.27º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB4F7 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 180 247 -
CMYK 0.24 0.27 0 0.03
HSL 246.27º 0.81% 0.84% -
HSV(B) 246.27º 0.27% 0.97% -
XYZ 53.6 49.92 94.81 -
YUV 189.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 187 180 247 0.24 0.27 0 0.03 246.27 0.81 0.84
Hex BB B4 F7 18 1B 0 3 F6 51 54
Octal 273 264 367 30 33 0 3 366 121 124
Binary 10111011 10110100 11110111 11000 11011 0 11 11110110 1010001 1010100

Color Harmonies of #BBB4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB4F7

Black with #BBB4F7

Text Example


Text Example

White with #BBB4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB4F7; }

 p { color: rgb(187,180,247); }

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

background-color css

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

 a { background-color: rgb(187,180,247); }

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

border-color css

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

 span { border-color: rgb(187,180,247); }

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