Html Css Color HEX #B9A6CB Perfume

📋 copy color: '#B9A6CB'

red 185 ◦ green 166 ◦ blue 203

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

Shades of Perfume #B9A6CB

Tints of Perfume #B9A6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 33.39%
G = 29.96%
B = 36.64%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9A6CB (or 0xB9A6CB) is known color: Perfume. HEX triplet: B9, A6 and CB. RGB value is (185,166,203). Sum of RGB (Red+Green+Blue) = 185+166+203=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6CB is #465934. Grayscale: #AFAFAF. Windows color (decimal): -4610357 or 13346489. OLE color: 13346489.

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

Color convert

RGB 185 166 203 -
CMYK 0.09 0.18 0 0.20
HSL 270.81º 0.26% 0.72% -
HSV(B) 270.81º 0.18% 0.8% -
XYZ 44.42 41.9 62.25 -
YUV 175.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 185 166 203 0.09 0.18 0 0.20 270.81 0.26 0.72
Hex B9 A6 CB 9 12 0 14 10F 1A 48
Octal 271 246 313 11 22 0 24 417 32 110
Binary 10111001 10100110 11001011 1001 10010 0 10100 100001111 11010 1001000

Color Harmonies of #B9A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6CB

Black with #B9A6CB

Text Example


Text Example

White with #B9A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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