Html Css Color HEX #BDA6E3 Perfume

📋 copy color: '#BDA6E3'

red 189 ◦ green 166 ◦ blue 227

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

Shades of Perfume #BDA6E3

Tints of Perfume #BDA6E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39%

R = 32.47%
G = 28.52%
B = 39%

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

#BDA6E3 (or 0xBDA6E3) is known color: Perfume. HEX triplet: BD, A6 and E3. RGB value is (189,166,227). Sum of RGB (Red+Green+Blue) = 189+166+227=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDA6E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6E3 is #42591C. Grayscale: #B3B3B3. Windows color (decimal): -4348189 or 14919357. OLE color: 14919357.

HSL color Cylindrical-coordinate representation of color #BDA6E3: hue angle of 262.62º degrees, saturation: 0.52, 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 #BDA6E3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 166 227 -
CMYK 0.17 0.27 0 0.11
HSL 262.62º 0.52% 0.77% -
HSV(B) 262.62º 0.27% 0.89% -
XYZ 48.49 43.64 78.54 -
YUV 179.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 189 166 227 0.17 0.27 0 0.11 262.62 0.52 0.77
Hex BD A6 E3 11 1B 0 B 107 34 4D
Octal 275 246 343 21 33 0 13 407 64 115
Binary 10111101 10100110 11100011 10001 11011 0 1011 100000111 110100 1001101

Color Harmonies of #BDA6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6E3

Black with #BDA6E3

Text Example


Text Example

White with #BDA6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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