Html Css Color HEX #B9A2CC Perfume

📋 copy color: '#B9A2CC'

red 185 ◦ green 162 ◦ blue 204

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

Shades of Perfume #B9A2CC

Tints of Perfume #B9A2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 33.58%
G = 29.4%
B = 37.02%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9A2CC (or 0xB9A2CC) is known color: Perfume. HEX triplet: B9, A2 and CC. RGB value is (185,162,204). Sum of RGB (Red+Green+Blue) = 185+162+204=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2CC is #465D33. Grayscale: #ADADAD. Windows color (decimal): -4611380 or 13411001. OLE color: 13411001.

HSL color Cylindrical-coordinate representation of color #B9A2CC: hue angle of 272.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A2CC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 162 204 -
CMYK 0.09 0.21 0 0.2
HSL 272.86º 0.29% 0.72% -
HSV(B) 272.86º 0.21% 0.8% -
XYZ 43.83 40.51 62.64 -
YUV 173.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 185 162 204 0.09 0.21 0 0.2 272.86 0.29 0.72
Hex B9 A2 CC 9 15 0 14 111 1D 48
Octal 271 242 314 11 25 0 24 421 35 110
Binary 10111001 10100010 11001100 1001 10101 0 10100 100010001 11101 1001000

Color Harmonies of #B9A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A2CC

Black with #B9A2CC

Text Example


Text Example

White with #B9A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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