Html Css Color HEX #BD99EA Perfume

📋 copy color: '#BD99EA'

red 189 ◦ green 153 ◦ blue 234

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

Shades of Perfume #BD99EA

Tints of Perfume #BD99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 32.81%
G = 26.56%
B = 40.63%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD99EA (or 0xBD99EA) is known color: Perfume. HEX triplet: BD, 99 and EA. RGB value is (189,153,234). Sum of RGB (Red+Green+Blue) = 189+153+234=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99EA is #426615. Grayscale: #ACACAC. Windows color (decimal): -4351510 or 15374781. OLE color: 15374781.

HSL color Cylindrical-coordinate representation of color #BD99EA: hue angle of 266.67º degrees, saturation: 0.66, 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 #BD99EA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 153 234 -
CMYK 0.19 0.35 0 0.08
HSL 266.67º 0.66% 0.76% -
HSV(B) 266.67º 0.35% 0.92% -
XYZ 47.23 39.54 82.99 -
YUV 173 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 189 153 234 0.19 0.35 0 0.08 266.67 0.66 0.76
Hex BD 99 EA 13 23 0 8 10B 42 4C
Octal 275 231 352 23 43 0 10 413 102 114
Binary 10111101 10011001 11101010 10011 100011 0 1000 100001011 1000010 1001100

Color Harmonies of #BD99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99EA

Black with #BD99EA

Text Example


Text Example

White with #BD99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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