Html Css Color HEX #BDA7E4 Perfume

📋 copy color: '#BDA7E4'

red 189 ◦ green 167 ◦ blue 228

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

Shades of Perfume #BDA7E4

Tints of Perfume #BDA7E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.04%

R = 32.36%
G = 28.6%
B = 39.04%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDA7E4 (or 0xBDA7E4) is known color: Perfume. HEX triplet: BD, A7 and E4. RGB value is (189,167,228). Sum of RGB (Red+Green+Blue) = 189+167+228=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDA7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7E4 is #42581B. Grayscale: #B4B4B4. Windows color (decimal): -4347932 or 14985149. OLE color: 14985149.

HSL color Cylindrical-coordinate representation of color #BDA7E4: hue angle of 261.64º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA7E4 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 167 228 -
CMYK 0.17 0.27 0 0.11
HSL 261.64º 0.53% 0.77% -
HSV(B) 261.64º 0.27% 0.89% -
XYZ 48.81 44.06 79.33 -
YUV 180.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 189 167 228 0.17 0.27 0 0.11 261.64 0.53 0.77
Hex BD A7 E4 11 1B 0 B 106 35 4D
Octal 275 247 344 21 33 0 13 406 65 115
Binary 10111101 10100111 11100100 10001 11011 0 1011 100000110 110101 1001101

Color Harmonies of #BDA7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7E4

Black with #BDA7E4

Text Example


Text Example

White with #BDA7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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