Html Css Color HEX #BD8FFB Perfume

📋 copy color: '#BD8FFB'

red 189 ◦ green 143 ◦ blue 251

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

Shades of Perfume #BD8FFB

Tints of Perfume #BD8FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.53%

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

R = 32.42%
G = 24.53%
B = 43.05%

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

#BD8FFB (or 0xBD8FFB) is known color: Perfume. HEX triplet: BD, 8F and FB. RGB value is (189,143,251). Sum of RGB (Red+Green+Blue) = 189+143+251=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FFB is #427004. Grayscale: #A8A8A8. Windows color (decimal): -4354053 or 16486333. OLE color: 16486333.

HSL color Cylindrical-coordinate representation of color #BD8FFB: hue angle of 265.56º 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 #BD8FFB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 143 251 -
CMYK 0.25 0.43 0 0.02
HSL 265.56º 0.93% 0.77% -
HSV(B) 265.56º 0.43% 0.98% -
XYZ 48.22 37.43 95.95 -
YUV 169.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 189 143 251 0.25 0.43 0 0.02 265.56 0.93 0.77
Hex BD 8F FB 19 2B 0 2 10A 5D 4D
Octal 275 217 373 31 53 0 2 412 135 115
Binary 10111101 10001111 11111011 11001 101011 0 10 100001010 1011101 1001101

Color Harmonies of #BD8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FFB

Black with #BD8FFB

Text Example


Text Example

White with #BD8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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