Html Css Color HEX #B9A6CC Perfume

📋 copy color: '#B9A6CC'

red 185 ◦ green 166 ◦ blue 204

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

Shades of Perfume #B9A6CC

Tints of Perfume #B9A6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.91%

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

R = 33.33%
G = 29.91%
B = 36.76%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9A6CC (or 0xB9A6CC) is known color: Perfume. HEX triplet: B9, A6 and CC. RGB value is (185,166,204). Sum of RGB (Red+Green+Blue) = 185+166+204=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9A6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6CC is #465933. Grayscale: #AFAFAF. Windows color (decimal): -4610356 or 13412025. OLE color: 13412025.

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

Color convert

RGB 185 166 204 -
CMYK 0.09 0.19 0 0.2
HSL 270º 0.27% 0.73% -
HSV(B) 270º 0.19% 0.8% -
XYZ 44.54 41.95 62.88 -
YUV 176.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 185 166 204 0.09 0.19 0 0.2 270 0.27 0.73
Hex B9 A6 CC 9 13 0 14 10E 1B 49
Octal 271 246 314 11 23 0 24 416 33 111
Binary 10111001 10100110 11001100 1001 10011 0 10100 100001110 11011 1001001

Color Harmonies of #B9A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6CC

Black with #B9A6CC

Text Example


Text Example

White with #B9A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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