Html Css Color HEX #BDA0E7 Perfume

📋 copy color: '#BDA0E7'

red 189 ◦ green 160 ◦ blue 231

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

Shades of Perfume #BDA0E7

Tints of Perfume #BDA0E7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.59%

 BLUE value IS 231 (90.63% from 255) = 39.83%

R = 32.59%
G = 27.59%
B = 39.83%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDA0E7 (or 0xBDA0E7) is known color: Perfume. HEX triplet: BD, A0 and E7. RGB value is (189,160,231). Sum of RGB (Red+Green+Blue) = 189+160+231=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0E7 is #425F18. Grayscale: #B0B0B0. Windows color (decimal): -4349721 or 15179965. OLE color: 15179965.

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

Color convert

RGB 189 160 231 -
CMYK 0.18 0.31 0 0.09
HSL 264.51º 0.6% 0.77% -
HSV(B) 264.51º 0.31% 0.91% -
XYZ 47.98 41.73 81.13 -
YUV 176.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 189 160 231 0.18 0.31 0 0.09 264.51 0.6 0.77
Hex BD A0 E7 12 1F 0 9 109 3C 4D
Octal 275 240 347 22 37 0 11 411 74 115
Binary 10111101 10100000 11100111 10010 11111 0 1001 100001001 111100 1001101

Color Harmonies of #BDA0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0E7

Black with #BDA0E7

Text Example


Text Example

White with #BDA0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0E7; }

 p { color: rgb(189,160,231); }

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

background-color css

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

 a { background-color: rgb(189,160,231); }

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

border-color css

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

 span { border-color: rgb(189,160,231); }

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