Html Css Color HEX #BDA6EB Perfume

📋 copy color: '#BDA6EB'

red 189 ◦ green 166 ◦ blue 235

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

Shades of Perfume #BDA6EB

Tints of Perfume #BDA6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.83%

R = 32.03%
G = 28.14%
B = 39.83%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDA6EB (or 0xBDA6EB) is known color: Perfume. HEX triplet: BD, A6 and EB. RGB value is (189,166,235). Sum of RGB (Red+Green+Blue) = 189+166+235=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6EB is #425914. Grayscale: #B4B4B4. Windows color (decimal): -4348181 or 15443645. OLE color: 15443645.

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

Color convert

RGB 189 166 235 -
CMYK 0.20 0.29 0 0.08
HSL 260º 0.63% 0.79% -
HSV(B) 260º 0.29% 0.92% -
XYZ 49.62 44.09 84.49 -
YUV 180.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 189 166 235 0.20 0.29 0 0.08 260 0.63 0.79
Hex BD A6 EB 14 1D 0 8 104 3F 4F
Octal 275 246 353 24 35 0 10 404 77 117
Binary 10111101 10100110 11101011 10100 11101 0 1000 100000100 111111 1001111

Color Harmonies of #BDA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6EB

Black with #BDA6EB

Text Example


Text Example

White with #BDA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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