Html Css Color HEX #B2A2FE Melrose

📋 copy color: '#B2A2FE'

red 178 ◦ green 162 ◦ blue 254

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

Shades of Melrose #B2A2FE

Tints of Melrose #B2A2FE

RGB

 RED value IS 178 (69.92% from 255) = 29.97%

 GREEN value IS 162 (63.67% from 255) = 27.27%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 29.97%
G = 27.27%
B = 42.76%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2A2FE (or 0xB2A2FE) is known color: Melrose. HEX triplet: B2, A2 and FE. RGB value is (178,162,254). Sum of RGB (Red+Green+Blue) = 178+162+254=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2A2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A2FE is #4D5D01. Grayscale: #B0B0B0. Windows color (decimal): -5070082 or 16687794. OLE color: 16687794.

HSL color Cylindrical-coordinate representation of color #B2A2FE: hue angle of 250.43º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2A2FE is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 162 254 -
CMYK 0.30 0.36 0 0.00
HSL 250.43º 0.98% 0.82% -
HSV(B) 250.43º 0.36% 1% -
XYZ 49.17 42.46 99.37 -
YUV 177.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 178 162 254 0.30 0.36 0 0.00 250.43 0.98 0.82
Hex B2 A2 FE 1E 24 0 0 FA 62 52
Octal 262 242 376 36 44 0 0 372 142 122
Binary 10110010 10100010 11111110 11110 100100 0 0 11111010 1100010 1010010

Color Harmonies of #B2A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A2FE

Black with #B2A2FE

Text Example


Text Example

White with #B2A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A2FE; }

 p { color: rgb(178,162,254); }

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

background-color css

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

 a { background-color: rgb(178,162,254); }

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

border-color css

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

 span { border-color: rgb(178,162,254); }

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