Html Css Color HEX #B9A5CD Perfume

📋 copy color: '#B9A5CD'

red 185 ◦ green 165 ◦ blue 205

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

Shades of Perfume #B9A5CD

Tints of Perfume #B9A5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 33.33%
G = 29.73%
B = 36.94%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9A5CD (or 0xB9A5CD) is known color: Perfume. HEX triplet: B9, A5 and CD. RGB value is (185,165,205). Sum of RGB (Red+Green+Blue) = 185+165+205=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A5CD is #465A32. Grayscale: #AFAFAF. Windows color (decimal): -4610611 or 13477305. OLE color: 13477305.

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

Color convert

RGB 185 165 205 -
CMYK 0.10 0.20 0 0.20
HSL 270º 0.29% 0.73% -
HSV(B) 270º 0.2% 0.8% -
XYZ 44.48 41.63 63.45 -
YUV 175.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 185 165 205 0.10 0.20 0 0.20 270 0.29 0.73
Hex B9 A5 CD A 14 0 14 10E 1D 49
Octal 271 245 315 12 24 0 24 416 35 111
Binary 10111001 10100101 11001101 1010 10100 0 10100 100001110 11101 1001001

Color Harmonies of #B9A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5CD

Black with #B9A5CD

Text Example


Text Example

White with #B9A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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