Html Css Color HEX #B8A2EC Perfume

📋 copy color: '#B8A2EC'

red 184 ◦ green 162 ◦ blue 236

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

Shades of Perfume #B8A2EC

Tints of Perfume #B8A2EC

RGB

 RED value IS 184 (72.27% from 255) = 31.62%

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 31.62%
G = 27.84%
B = 40.55%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8A2EC (or 0xB8A2EC) is known color: Perfume. HEX triplet: B8, A2 and EC. RGB value is (184,162,236). Sum of RGB (Red+Green+Blue) = 184+162+236=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8A2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A2EC is #475D13. Grayscale: #B0B0B0. Windows color (decimal): -4676884 or 15508152. OLE color: 15508152.

HSL color Cylindrical-coordinate representation of color #B8A2EC: hue angle of 257.84º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A2EC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 162 236 -
CMYK 0.22 0.31 0 0.07
HSL 257.84º 0.66% 0.78% -
HSV(B) 257.84º 0.31% 0.93% -
XYZ 47.83 42.09 84.96 -
YUV 177.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 184 162 236 0.22 0.31 0 0.07 257.84 0.66 0.78
Hex B8 A2 EC 16 1F 0 7 102 42 4E
Octal 270 242 354 26 37 0 7 402 102 116
Binary 10111000 10100010 11101100 10110 11111 0 111 100000010 1000010 1001110

Color Harmonies of #B8A2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A2EC

Black with #B8A2EC

Text Example


Text Example

White with #B8A2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A2EC; }

 p { color: rgb(184,162,236); }

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

background-color css

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

 a { background-color: rgb(184,162,236); }

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

border-color css

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

 span { border-color: rgb(184,162,236); }

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