Html Css Color HEX #BDA6DE Perfume

📋 copy color: '#BDA6DE'

red 189 ◦ green 166 ◦ blue 222

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

Shades of Perfume #BDA6DE

Tints of Perfume #BDA6DE

RGB

 RED value IS 189 (74.22% from 255) = 32.76%

 GREEN value IS 166 (65.23% from 255) = 28.77%

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 32.76%
G = 28.77%
B = 38.47%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA6DE (or 0xBDA6DE) is known color: Perfume. HEX triplet: BD, A6 and DE. RGB value is (189,166,222). Sum of RGB (Red+Green+Blue) = 189+166+222=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6DE is #425921. Grayscale: #B3B3B3. Windows color (decimal): -4348194 or 14591677. OLE color: 14591677.

HSL color Cylindrical-coordinate representation of color #BDA6DE: hue angle of 264.64º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA6DE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 166 222 -
CMYK 0.15 0.25 0 0.13
HSL 264.64º 0.46% 0.76% -
HSV(B) 264.64º 0.25% 0.87% -
XYZ 47.81 43.37 74.96 -
YUV 179.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 189 166 222 0.15 0.25 0 0.13 264.64 0.46 0.76
Hex BD A6 DE F 19 0 D 109 2E 4C
Octal 275 246 336 17 31 0 15 411 56 114
Binary 10111101 10100110 11011110 1111 11001 0 1101 100001001 101110 1001100

Color Harmonies of #BDA6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6DE

Black with #BDA6DE

Text Example


Text Example

White with #BDA6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6DE; }

 p { color: rgb(189,166,222); }

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

background-color css

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

 a { background-color: rgb(189,166,222); }

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

border-color css

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

 span { border-color: rgb(189,166,222); }

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