Html Css Color HEX #B8A4DA Perfume

📋 copy color: '#B8A4DA'

red 184 ◦ green 164 ◦ blue 218

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

Shades of Perfume #B8A4DA

Tints of Perfume #B8A4DA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.98%

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 32.51%
G = 28.98%
B = 38.52%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B8A4DA (or 0xB8A4DA) is known color: Perfume. HEX triplet: B8, A4 and DA. RGB value is (184,164,218). Sum of RGB (Red+Green+Blue) = 184+164+218=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4DA is #475B25. Grayscale: #AFAFAF. Windows color (decimal): -4676390 or 14329016. OLE color: 14329016.

HSL color Cylindrical-coordinate representation of color #B8A4DA: hue angle of 262.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8A4DA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 164 218 -
CMYK 0.16 0.25 0 0.15
HSL 262.22º 0.42% 0.75% -
HSV(B) 262.22º 0.25% 0.85% -
XYZ 45.7 41.8 71.99 -
YUV 176.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 184 164 218 0.16 0.25 0 0.15 262.22 0.42 0.75
Hex B8 A4 DA 10 19 0 F 106 2A 4B
Octal 270 244 332 20 31 0 17 406 52 113
Binary 10111000 10100100 11011010 10000 11001 0 1111 100000110 101010 1001011

Color Harmonies of #B8A4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A4DA

Black with #B8A4DA

Text Example


Text Example

White with #B8A4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A4DA; }

 p { color: rgb(184,164,218); }

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

background-color css

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

 a { background-color: rgb(184,164,218); }

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

border-color css

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

 span { border-color: rgb(184,164,218); }

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