Html Css Color HEX #BD99EB Perfume

📋 copy color: '#BD99EB'

red 189 ◦ green 153 ◦ blue 235

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

Shades of Perfume #BD99EB

Tints of Perfume #BD99EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 32.76%
G = 26.52%
B = 40.73%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD99EB (or 0xBD99EB) is known color: Perfume. HEX triplet: BD, 99 and EB. RGB value is (189,153,235). Sum of RGB (Red+Green+Blue) = 189+153+235=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99EB is #426614. Grayscale: #ACACAC. Windows color (decimal): -4351509 or 15440317. OLE color: 15440317.

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

Color convert

RGB 189 153 235 -
CMYK 0.20 0.35 0 0.08
HSL 266.34º 0.67% 0.76% -
HSV(B) 266.34º 0.35% 0.92% -
XYZ 47.37 39.6 83.74 -
YUV 173.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 189 153 235 0.20 0.35 0 0.08 266.34 0.67 0.76
Hex BD 99 EB 14 23 0 8 10A 43 4C
Octal 275 231 353 24 43 0 10 412 103 114
Binary 10111101 10011001 11101011 10100 100011 0 1000 100001010 1000011 1001100

Color Harmonies of #BD99EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99EB

Black with #BD99EB

Text Example


Text Example

White with #BD99EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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