Html Css Color HEX #BDA9CA Perfume

📋 copy color: '#BDA9CA'

red 189 ◦ green 169 ◦ blue 202

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

Shades of Perfume #BDA9CA

Tints of Perfume #BDA9CA

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.3% from 255) = 36.07%

R = 33.75%
G = 30.18%
B = 36.07%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDA9CA (or 0xBDA9CA) is known color: 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

RGB 189 169 202 -
CMYK 0.06 0.16 0 0.21
HSL 276.36º 0.24% 0.73% -
HSV(B) 276.36º 0.16% 0.79% -
XYZ 45.83 43.46 61.85 -
YUV 178.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 189 169 202 0.06 0.16 0 0.21 276.36 0.24 0.73
Hex BD A9 CA 6 10 0 15 114 18 49
Octal 275 251 312 6 20 0 25 424 30 111
Binary 10111101 10101001 11001010 110 10000 0 10101 100010100 11000 1001001

Color Harmonies of #BDA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9CA

Black with #BDA9CA

Text Example


Text Example

White with #BDA9CA

Text Example


Text Example

HTML Codes & Css Web 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>