Html Css Color HEX #BDA5E8 Perfume

📋 copy color: '#BDA5E8'

red 189 ◦ green 165 ◦ blue 232

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

Shades of Perfume #BDA5E8

Tints of Perfume #BDA5E8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.16%

 BLUE value IS 232 (91.02% from 255) = 39.59%

R = 32.25%
G = 28.16%
B = 39.59%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDA5E8 (or 0xBDA5E8) is known color: Perfume. HEX triplet: BD, A5 and E8. RGB value is (189,165,232). Sum of RGB (Red+Green+Blue) = 189+165+232=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDA5E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5E8 is #425A17. Grayscale: #B3B3B3. Windows color (decimal): -4348440 or 15246781. OLE color: 15246781.

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

Color convert

RGB 189 165 232 -
CMYK 0.19 0.29 0 0.09
HSL 261.49º 0.59% 0.78% -
HSV(B) 261.49º 0.29% 0.91% -
XYZ 49.01 43.56 82.17 -
YUV 179.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 189 165 232 0.19 0.29 0 0.09 261.49 0.59 0.78
Hex BD A5 E8 13 1D 0 9 105 3B 4E
Octal 275 245 350 23 35 0 11 405 73 116
Binary 10111101 10100101 11101000 10011 11101 0 1001 100000101 111011 1001110

Color Harmonies of #BDA5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5E8

Black with #BDA5E8

Text Example


Text Example

White with #BDA5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5E8; }

 p { color: rgb(189,165,232); }

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

background-color css

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

 a { background-color: rgb(189,165,232); }

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

border-color css

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

 span { border-color: rgb(189,165,232); }

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