#BDA9CA

Color #BDA9CA Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BDA9CA

Tints of Perfume #BDA9CA

Color information

#BDA9CA (or 0xBDA9CA) is unknown color: approx Perfume. HEX triplet: BD, A9 and CA. RGB value is (189,169,202). Sum of RGB (Red+Green+Blue) = 189+169+202=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9CA is #425635. Grayscale: #B2B2B2. Windows color (decimal): -4347446 or 13281725. OLE color: 13281725.

HSL color Cylindrical-coordinate representation of color #BDA9CA: hue angle of 276.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA9CA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189169202-
CMYK0.060.1600.21
HSL276.36º23.74%72.75%-
HSV(B)276.36º16.34%79.22%-
XYZ45.8343.4661.85-
YUV178.74141.13135.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=33.75%
G=30.18%
B=36.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891692020.060.1600.21276.3623.7472.75
HexBDA9CA6100151141849
Octal27525131262002542430111
Binary10111101101010011100101011010000010101100010100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA9CA; }

 p { color: rgb(189,169,202); }

 H1.HeaderClassName
 {
   color: #BDA9CA;
 }
 .AnyTagClassName
 {
   color: #BDA9CA;
 }
</style>
background-color css

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

 a { background-color: rgb(189,169,202); }

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

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

 span { border-color: rgb(189,169,202); }

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