Html Css Color HEX #B99ECB Perfume

📋 copy color: '#B99ECB'

red 185 ◦ green 158 ◦ blue 203

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

Shades of Perfume #B99ECB

Tints of Perfume #B99ECB

RGB

 RED value IS 185 (72.66% from 255) = 33.88%

 GREEN value IS 158 (62.11% from 255) = 28.94%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 33.88%
G = 28.94%
B = 37.18%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B99ECB (or 0xB99ECB) is known color: Perfume. HEX triplet: B9, 9E and CB. RGB value is (185,158,203). Sum of RGB (Red+Green+Blue) = 185+158+203=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #B99ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ECB is #466134. Grayscale: #ABABAB. Windows color (decimal): -4612405 or 13344441. OLE color: 13344441.

HSL color Cylindrical-coordinate representation of color #B99ECB: hue angle of 276º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99ECB is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 158 203 -
CMYK 0.09 0.22 0 0.20
HSL 276º 0.3% 0.71% -
HSV(B) 276º 0.22% 0.8% -
XYZ 43.01 39.08 61.78 -
YUV 171.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 185 158 203 0.09 0.22 0 0.20 276 0.3 0.71
Hex B9 9E CB 9 16 0 14 114 1E 47
Octal 271 236 313 11 26 0 24 424 36 107
Binary 10111001 10011110 11001011 1001 10110 0 10100 100010100 11110 1000111

Color Harmonies of #B99ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99ECB

Black with #B99ECB

Text Example


Text Example

White with #B99ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99ECB; }

 p { color: rgb(185,158,203); }

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

background-color css

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

 a { background-color: rgb(185,158,203); }

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

border-color css

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

 span { border-color: rgb(185,158,203); }

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