Html Css Color HEX #BD9DEE Perfume

📋 copy color: '#BD9DEE'

red 189 ◦ green 157 ◦ blue 238

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

Shades of Perfume #BD9DEE

Tints of Perfume #BD9DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.88%

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

R = 32.36%
G = 26.88%
B = 40.75%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD9DEE (or 0xBD9DEE) is known color: Perfume. HEX triplet: BD, 9D and EE. RGB value is (189,157,238). Sum of RGB (Red+Green+Blue) = 189+157+238=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD9DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9DEE is #426211. Grayscale: #AFAFAF. Windows color (decimal): -4350482 or 15637949. OLE color: 15637949.

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

Color convert

RGB 189 157 238 -
CMYK 0.21 0.34 0 0.07
HSL 263.7º 0.7% 0.77% -
HSV(B) 263.7º 0.34% 0.93% -
XYZ 48.48 41.11 86.27 -
YUV 175.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 189 157 238 0.21 0.34 0 0.07 263.7 0.7 0.77
Hex BD 9D EE 15 22 0 7 108 46 4D
Octal 275 235 356 25 42 0 7 410 106 115
Binary 10111101 10011101 11101110 10101 100010 0 111 100001000 1000110 1001101

Color Harmonies of #BD9DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DEE

Black with #BD9DEE

Text Example


Text Example

White with #BD9DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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