Html Css Color HEX #BDA6EA Perfume

📋 copy color: '#BDA6EA'

red 189 ◦ green 166 ◦ blue 234

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

Shades of Perfume #BDA6EA

Tints of Perfume #BDA6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.73%

R = 32.09%
G = 28.18%
B = 39.73%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDA6EA (or 0xBDA6EA) is known color: Perfume. HEX triplet: BD, A6 and EA. RGB value is (189,166,234). Sum of RGB (Red+Green+Blue) = 189+166+234=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6EA is #425915. Grayscale: #B4B4B4. Windows color (decimal): -4348182 or 15378109. OLE color: 15378109.

HSL color Cylindrical-coordinate representation of color #BDA6EA: hue angle of 260.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA6EA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 166 234 -
CMYK 0.19 0.29 0 0.08
HSL 260.29º 0.62% 0.78% -
HSV(B) 260.29º 0.29% 0.92% -
XYZ 49.47 44.03 83.73 -
YUV 180.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 189 166 234 0.19 0.29 0 0.08 260.29 0.62 0.78
Hex BD A6 EA 13 1D 0 8 104 3E 4E
Octal 275 246 352 23 35 0 10 404 76 116
Binary 10111101 10100110 11101010 10011 11101 0 1000 100000100 111110 1001110

Color Harmonies of #BDA6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6EA

Black with #BDA6EA

Text Example


Text Example

White with #BDA6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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