Html Css Color HEX #BD99EC Perfume

📋 copy color: '#BD99EC'

red 189 ◦ green 153 ◦ blue 236

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

Shades of Perfume #BD99EC

Tints of Perfume #BD99EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.47%

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

R = 32.7%
G = 26.47%
B = 40.83%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD99EC (or 0xBD99EC) is known color: Perfume. HEX triplet: BD, 99 and EC. RGB value is (189,153,236). Sum of RGB (Red+Green+Blue) = 189+153+236=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99EC is #426613. Grayscale: #ACACAC. Windows color (decimal): -4351508 or 15505853. OLE color: 15505853.

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

Color convert

RGB 189 153 236 -
CMYK 0.20 0.35 0 0.07
HSL 266.02º 0.69% 0.76% -
HSV(B) 266.02º 0.35% 0.93% -
XYZ 47.52 39.66 84.51 -
YUV 173.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 189 153 236 0.20 0.35 0 0.07 266.02 0.69 0.76
Hex BD 99 EC 14 23 0 7 10A 45 4C
Octal 275 231 354 24 43 0 7 412 105 114
Binary 10111101 10011001 11101100 10100 100011 0 111 100001010 1000101 1001100

Color Harmonies of #BD99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99EC

Black with #BD99EC

Text Example


Text Example

White with #BD99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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