Html Css Color HEX #BDA2E5 Perfume

📋 copy color: '#BDA2E5'

red 189 ◦ green 162 ◦ blue 229

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

Shades of Perfume #BDA2E5

Tints of Perfume #BDA2E5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.93%

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 32.59%
G = 27.93%
B = 39.48%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDA2E5 (or 0xBDA2E5) is known color: Perfume. HEX triplet: BD, A2 and E5. RGB value is (189,162,229). Sum of RGB (Red+Green+Blue) = 189+162+229=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2E5 is #425D1A. Grayscale: #B1B1B1. Windows color (decimal): -4349211 or 15049405. OLE color: 15049405.

HSL color Cylindrical-coordinate representation of color #BDA2E5: hue angle of 264.18º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDA2E5 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 162 229 -
CMYK 0.17 0.29 0 0.10
HSL 264.18º 0.56% 0.77% -
HSV(B) 264.18º 0.29% 0.9% -
XYZ 48.05 42.32 79.76 -
YUV 177.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 189 162 229 0.17 0.29 0 0.10 264.18 0.56 0.77
Hex BD A2 E5 11 1D 0 A 108 38 4D
Octal 275 242 345 21 35 0 12 410 70 115
Binary 10111101 10100010 11100101 10001 11101 0 1010 100001000 111000 1001101

Color Harmonies of #BDA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2E5

Black with #BDA2E5

Text Example


Text Example

White with #BDA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2E5; }

 p { color: rgb(189,162,229); }

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

background-color css

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

 a { background-color: rgb(189,162,229); }

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

border-color css

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

 span { border-color: rgb(189,162,229); }

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