Html Css Color HEX #BDA7E9 Perfume

📋 copy color: '#BDA7E9'

red 189 ◦ green 167 ◦ blue 233

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

Shades of Perfume #BDA7E9

Tints of Perfume #BDA7E9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.35%

 BLUE value IS 233 (91.41% from 255) = 39.56%

R = 32.09%
G = 28.35%
B = 39.56%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDA7E9 (or 0xBDA7E9) is known color: Perfume. HEX triplet: BD, A7 and E9. RGB value is (189,167,233). Sum of RGB (Red+Green+Blue) = 189+167+233=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDA7E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7E9 is #425816. Grayscale: #B4B4B4. Windows color (decimal): -4347927 or 15312829. OLE color: 15312829.

HSL color Cylindrical-coordinate representation of color #BDA7E9: hue angle of 260º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA7E9 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 167 233 -
CMYK 0.19 0.28 0 0.09
HSL 260º 0.6% 0.78% -
HSV(B) 260º 0.28% 0.91% -
XYZ 49.51 44.34 83.04 -
YUV 181.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 189 167 233 0.19 0.28 0 0.09 260 0.6 0.78
Hex BD A7 E9 13 1C 0 9 104 3C 4E
Octal 275 247 351 23 34 0 11 404 74 116
Binary 10111101 10100111 11101001 10011 11100 0 1001 100000100 111100 1001110

Color Harmonies of #BDA7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7E9

Black with #BDA7E9

Text Example


Text Example

White with #BDA7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7E9; }

 p { color: rgb(189,167,233); }

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

background-color css

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

 a { background-color: rgb(189,167,233); }

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

border-color css

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

 span { border-color: rgb(189,167,233); }

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