Html Css Color HEX #BD98EC Perfume

📋 copy color: '#BD98EC'

red 189 ◦ green 152 ◦ blue 236

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

Shades of Perfume #BD98EC

Tints of Perfume #BD98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.34%

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 32.76%
G = 26.34%
B = 40.9%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD98EC (or 0xBD98EC) is known color: Perfume. HEX triplet: BD, 98 and EC. RGB value is (189,152,236). Sum of RGB (Red+Green+Blue) = 189+152+236=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98EC is #426713. Grayscale: #ACACAC. Windows color (decimal): -4351764 or 15505597. OLE color: 15505597.

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

Color convert

RGB 189 152 236 -
CMYK 0.20 0.36 0 0.07
HSL 266.43º 0.69% 0.76% -
HSV(B) 266.43º 0.36% 0.93% -
XYZ 47.35 39.33 84.45 -
YUV 172.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 189 152 236 0.20 0.36 0 0.07 266.43 0.69 0.76
Hex BD 98 EC 14 24 0 7 10A 45 4C
Octal 275 230 354 24 44 0 7 412 105 114
Binary 10111101 10011000 11101100 10100 100100 0 111 100001010 1000101 1001100

Color Harmonies of #BD98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98EC

Black with #BD98EC

Text Example


Text Example

White with #BD98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98EC; }

 p { color: rgb(189,152,236); }

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

background-color css

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

 a { background-color: rgb(189,152,236); }

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

border-color css

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

 span { border-color: rgb(189,152,236); }

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