Html Css Color HEX #BD94EE Perfume

📋 copy color: '#BD94EE'

red 189 ◦ green 148 ◦ blue 238

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

Shades of Perfume #BD94EE

Tints of Perfume #BD94EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.74%

 BLUE value IS 238 (93.36% from 255) = 41.39%

R = 32.87%
G = 25.74%
B = 41.39%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD94EE (or 0xBD94EE) is known color: Perfume. HEX triplet: BD, 94 and EE. RGB value is (189,148,238). Sum of RGB (Red+Green+Blue) = 189+148+238=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94EE is #426B11. Grayscale: #AAAAAA. Windows color (decimal): -4352786 or 15635645. OLE color: 15635645.

HSL color Cylindrical-coordinate representation of color #BD94EE: hue angle of 267.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD94EE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 148 238 -
CMYK 0.21 0.38 0 0.07
HSL 267.33º 0.73% 0.76% -
HSV(B) 267.33º 0.38% 0.93% -
XYZ 47.01 38.17 85.78 -
YUV 170.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 189 148 238 0.21 0.38 0 0.07 267.33 0.73 0.76
Hex BD 94 EE 15 26 0 7 10B 49 4C
Octal 275 224 356 25 46 0 7 413 111 114
Binary 10111101 10010100 11101110 10101 100110 0 111 100001011 1001001 1001100

Color Harmonies of #BD94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94EE

Black with #BD94EE

Text Example


Text Example

White with #BD94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94EE; }

 p { color: rgb(189,148,238); }

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

background-color css

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

 a { background-color: rgb(189,148,238); }

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

border-color css

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

 span { border-color: rgb(189,148,238); }

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