Html Css Color HEX #B8A2EE Perfume

📋 copy color: '#B8A2EE'

red 184 ◦ green 162 ◦ blue 238

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

Shades of Perfume #B8A2EE

Tints of Perfume #B8A2EE

RGB

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

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

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

R = 31.51%
G = 27.74%
B = 40.75%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8A2EE (or 0xB8A2EE) is known color: Perfume. HEX triplet: B8, A2 and EE. RGB value is (184,162,238). Sum of RGB (Red+Green+Blue) = 184+162+238=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8A2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A2EE is #475D11. Grayscale: #B0B0B0. Windows color (decimal): -4676882 or 15639224. OLE color: 15639224.

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

Color convert

RGB 184 162 238 -
CMYK 0.23 0.32 0 0.07
HSL 257.37º 0.69% 0.78% -
HSV(B) 257.37º 0.32% 0.93% -
XYZ 48.12 42.2 86.5 -
YUV 177.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 184 162 238 0.23 0.32 0 0.07 257.37 0.69 0.78
Hex B8 A2 EE 17 20 0 7 101 45 4E
Octal 270 242 356 27 40 0 7 401 105 116
Binary 10111000 10100010 11101110 10111 100000 0 111 100000001 1000101 1001110

Color Harmonies of #B8A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A2EE

Black with #B8A2EE

Text Example


Text Example

White with #B8A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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