Html Css Color HEX #B7B0F2 Melrose

📋 copy color: '#B7B0F2'

red 183 ◦ green 176 ◦ blue 242

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

Shades of Melrose #B7B0F2

Tints of Melrose #B7B0F2

RGB

 RED value IS 183 (71.88% from 255) = 30.45%

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

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

R = 30.45%
G = 29.28%
B = 40.27%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B7B0F2 (or 0xB7B0F2) is known color: Melrose. HEX triplet: B7, B0 and F2. RGB value is (183,176,242). Sum of RGB (Red+Green+Blue) = 183+176+242=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7B0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0F2 is #484F0D. Grayscale: #B9B9B9. Windows color (decimal): -4738830 or 15904951. OLE color: 15904951.

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

Color convert

RGB 183 176 242 -
CMYK 0.24 0.27 0 0.05
HSL 246.36º 0.72% 0.82% -
HSV(B) 246.36º 0.27% 0.95% -
XYZ 51.08 47.53 90.49 -
YUV 185.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 183 176 242 0.24 0.27 0 0.05 246.36 0.72 0.82
Hex B7 B0 F2 18 1B 0 5 F6 48 52
Octal 267 260 362 30 33 0 5 366 110 122
Binary 10110111 10110000 11110010 11000 11011 0 101 11110110 1001000 1010010

Color Harmonies of #B7B0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B0F2

Black with #B7B0F2

Text Example


Text Example

White with #B7B0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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