Html Css Color HEX #BD90EE Perfume

📋 copy color: '#BD90EE'

red 189 ◦ green 144 ◦ blue 238

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

Shades of Perfume #BD90EE

Tints of Perfume #BD90EE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.22%

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

R = 33.1%
G = 25.22%
B = 41.68%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD90EE (or 0xBD90EE) is known color: Perfume. HEX triplet: BD, 90 and EE. RGB value is (189,144,238). Sum of RGB (Red+Green+Blue) = 189+144+238=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90EE is #426F11. Grayscale: #A7A7A7. Windows color (decimal): -4353810 or 15634621. OLE color: 15634621.

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

Color convert

RGB 189 144 238 -
CMYK 0.21 0.39 0 0.07
HSL 268.72º 0.73% 0.75% -
HSV(B) 268.72º 0.39% 0.93% -
XYZ 46.39 36.94 85.57 -
YUV 168.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 189 144 238 0.21 0.39 0 0.07 268.72 0.73 0.75
Hex BD 90 EE 15 27 0 7 10D 49 4B
Octal 275 220 356 25 47 0 7 415 111 113
Binary 10111101 10010000 11101110 10101 100111 0 111 100001101 1001001 1001011

Color Harmonies of #BD90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90EE

Black with #BD90EE

Text Example


Text Example

White with #BD90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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