Html Css Color HEX #B9A2CE Perfume

📋 copy color: '#B9A2CE'

red 185 ◦ green 162 ◦ blue 206

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

Shades of Perfume #B9A2CE

Tints of Perfume #B9A2CE

RGB

 RED value IS 185 (72.66% from 255) = 33.45%

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

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 33.45%
G = 29.29%
B = 37.25%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9A2CE (or 0xB9A2CE) is known color: Perfume. HEX triplet: B9, A2 and CE. RGB value is (185,162,206). Sum of RGB (Red+Green+Blue) = 185+162+206=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2CE is #465D31. Grayscale: #ADADAD. Windows color (decimal): -4611378 or 13542073. OLE color: 13542073.

HSL color Cylindrical-coordinate representation of color #B9A2CE: hue angle of 271.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A2CE is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 162 206 -
CMYK 0.10 0.21 0 0.19
HSL 271.36º 0.31% 0.72% -
HSV(B) 271.36º 0.21% 0.81% -
XYZ 44.07 40.61 63.91 -
YUV 173.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 185 162 206 0.10 0.21 0 0.19 271.36 0.31 0.72
Hex B9 A2 CE A 15 0 13 10F 1F 48
Octal 271 242 316 12 25 0 23 417 37 110
Binary 10111001 10100010 11001110 1010 10101 0 10011 100001111 11111 1001000

Color Harmonies of #B9A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A2CE

Black with #B9A2CE

Text Example


Text Example

White with #B9A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A2CE; }

 p { color: rgb(185,162,206); }

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

background-color css

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

 a { background-color: rgb(185,162,206); }

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

border-color css

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

 span { border-color: rgb(185,162,206); }

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