Html Css Color HEX #B9A5D0 Perfume

📋 copy color: '#B9A5D0'

red 185 ◦ green 165 ◦ blue 208

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

Shades of Perfume #B9A5D0

Tints of Perfume #B9A5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 33.15%
G = 29.57%
B = 37.28%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9A5D0 (or 0xB9A5D0) is known color: Perfume. HEX triplet: B9, A5 and D0. RGB value is (185,165,208). Sum of RGB (Red+Green+Blue) = 185+165+208=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9A5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A5D0 is #465A2F. Grayscale: #AFAFAF. Windows color (decimal): -4610608 or 13673913. OLE color: 13673913.

HSL color Cylindrical-coordinate representation of color #B9A5D0: hue angle of 267.91º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A5D0 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 165 208 -
CMYK 0.11 0.21 0 0.18
HSL 267.91º 0.31% 0.73% -
HSV(B) 267.91º 0.21% 0.82% -
XYZ 44.85 41.78 65.37 -
YUV 175.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 185 165 208 0.11 0.21 0 0.18 267.91 0.31 0.73
Hex B9 A5 D0 B 15 0 12 10C 1F 49
Octal 271 245 320 13 25 0 22 414 37 111
Binary 10111001 10100101 11010000 1011 10101 0 10010 100001100 11111 1001001

Color Harmonies of #B9A5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5D0

Black with #B9A5D0

Text Example


Text Example

White with #B9A5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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