Html Css Color HEX #BDA2EC Perfume

📋 copy color: '#BDA2EC'

red 189 ◦ green 162 ◦ blue 236

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

Shades of Perfume #BDA2EC

Tints of Perfume #BDA2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.2%

R = 32.2%
G = 27.6%
B = 40.2%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA2EC (or 0xBDA2EC) is known color: Perfume. HEX triplet: BD, A2 and EC. RGB value is (189,162,236). Sum of RGB (Red+Green+Blue) = 189+162+236=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2EC is #425D13. Grayscale: #B2B2B2. Windows color (decimal): -4349204 or 15508157. OLE color: 15508157.

HSL color Cylindrical-coordinate representation of color #BDA2EC: hue angle of 261.89º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA2EC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 162 236 -
CMYK 0.20 0.31 0 0.07
HSL 261.89º 0.66% 0.78% -
HSV(B) 261.89º 0.31% 0.93% -
XYZ 49.05 42.72 85.02 -
YUV 178.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 189 162 236 0.20 0.31 0 0.07 261.89 0.66 0.78
Hex BD A2 EC 14 1F 0 7 106 42 4E
Octal 275 242 354 24 37 0 7 406 102 116
Binary 10111101 10100010 11101100 10100 11111 0 111 100000110 1000010 1001110

Color Harmonies of #BDA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2EC

Black with #BDA2EC

Text Example


Text Example

White with #BDA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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