Html Css Color HEX #BD90FB Perfume

📋 copy color: '#BD90FB'

red 189 ◦ green 144 ◦ blue 251

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

Shades of Perfume #BD90FB

Tints of Perfume #BD90FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 32.36%
G = 24.66%
B = 42.98%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD90FB (or 0xBD90FB) is known color: Perfume. HEX triplet: BD, 90 and FB. RGB value is (189,144,251). Sum of RGB (Red+Green+Blue) = 189+144+251=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90FB is #426F04. Grayscale: #A9A9A9. Windows color (decimal): -4353797 or 16486589. OLE color: 16486589.

HSL color Cylindrical-coordinate representation of color #BD90FB: hue angle of 265.23º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD90FB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 144 251 -
CMYK 0.25 0.43 0 0.02
HSL 265.23º 0.93% 0.77% -
HSV(B) 265.23º 0.43% 0.98% -
XYZ 48.37 37.73 96 -
YUV 169.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 189 144 251 0.25 0.43 0 0.02 265.23 0.93 0.77
Hex BD 90 FB 19 2B 0 2 109 5D 4D
Octal 275 220 373 31 53 0 2 411 135 115
Binary 10111101 10010000 11111011 11001 101011 0 10 100001001 1011101 1001101

Color Harmonies of #BD90FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90FB

Black with #BD90FB

Text Example


Text Example

White with #BD90FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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