Html Css Color HEX #BD99EE Perfume

📋 copy color: '#BD99EE'

red 189 ◦ green 153 ◦ blue 238

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

Shades of Perfume #BD99EE

Tints of Perfume #BD99EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 32.59%
G = 26.38%
B = 41.03%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD99EE (or 0xBD99EE) is known color: Perfume. HEX triplet: BD, 99 and EE. RGB value is (189,153,238). Sum of RGB (Red+Green+Blue) = 189+153+238=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD99EE is #426611. Grayscale: #ADADAD. Windows color (decimal): -4351506 or 15636925. OLE color: 15636925.

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

Color convert

RGB 189 153 238 -
CMYK 0.21 0.36 0 0.07
HSL 265.41º 0.71% 0.77% -
HSV(B) 265.41º 0.36% 0.93% -
XYZ 47.81 39.77 86.05 -
YUV 173.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 189 153 238 0.21 0.36 0 0.07 265.41 0.71 0.77
Hex BD 99 EE 15 24 0 7 109 47 4D
Octal 275 231 356 25 44 0 7 411 107 115
Binary 10111101 10011001 11101110 10101 100100 0 111 100001001 1000111 1001101

Color Harmonies of #BD99EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99EE

Black with #BD99EE

Text Example


Text Example

White with #BD99EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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