Html Css Color HEX #B9A5CF Perfume

📋 copy color: '#B9A5CF'

red 185 ◦ green 165 ◦ blue 207

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

Shades of Perfume #B9A5CF

Tints of Perfume #B9A5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.62%

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 33.21%
G = 29.62%
B = 37.16%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9A5CF (or 0xB9A5CF) is known color: Perfume. HEX triplet: B9, A5 and CF. RGB value is (185,165,207). Sum of RGB (Red+Green+Blue) = 185+165+207=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A5CF is #465A30. Grayscale: #AFAFAF. Windows color (decimal): -4610609 or 13608377. OLE color: 13608377.

HSL color Cylindrical-coordinate representation of color #B9A5CF: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9A5CF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 165 207 -
CMYK 0.11 0.20 0 0.19
HSL 268.57º 0.3% 0.73% -
HSV(B) 268.57º 0.2% 0.81% -
XYZ 44.73 41.73 64.73 -
YUV 175.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 185 165 207 0.11 0.20 0 0.19 268.57 0.3 0.73
Hex B9 A5 CF B 14 0 13 10D 1E 49
Octal 271 245 317 13 24 0 23 415 36 111
Binary 10111001 10100101 11001111 1011 10100 0 10011 100001101 11110 1001001

Color Harmonies of #B9A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5CF

Black with #B9A5CF

Text Example


Text Example

White with #B9A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5CF; }

 p { color: rgb(185,165,207); }

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

background-color css

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

 a { background-color: rgb(185,165,207); }

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

border-color css

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

 span { border-color: rgb(185,165,207); }

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