Html Css Color HEX #B99CDB Perfume

📋 copy color: '#B99CDB'

red 185 ◦ green 156 ◦ blue 219

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

Shades of Perfume #B99CDB

Tints of Perfume #B99CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.86%

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 33.04%
G = 27.86%
B = 39.11%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B99CDB (or 0xB99CDB) is known color: Perfume. HEX triplet: B9, 9C and DB. RGB value is (185,156,219). Sum of RGB (Red+Green+Blue) = 185+156+219=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #B99CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDB is #466324. Grayscale: #ABABAB. Windows color (decimal): -4612901 or 14392505. OLE color: 14392505.

HSL color Cylindrical-coordinate representation of color #B99CDB: hue angle of 267.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99CDB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 156 219 -
CMYK 0.16 0.29 0 0.14
HSL 267.62º 0.47% 0.74% -
HSV(B) 267.62º 0.29% 0.86% -
XYZ 44.68 39.21 72.23 -
YUV 171.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 185 156 219 0.16 0.29 0 0.14 267.62 0.47 0.74
Hex B9 9C DB 10 1D 0 E 10C 2F 4A
Octal 271 234 333 20 35 0 16 414 57 112
Binary 10111001 10011100 11011011 10000 11101 0 1110 100001100 101111 1001010

Color Harmonies of #B99CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CDB

Black with #B99CDB

Text Example


Text Example

White with #B99CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CDB; }

 p { color: rgb(185,156,219); }

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

background-color css

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

 a { background-color: rgb(185,156,219); }

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

border-color css

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

 span { border-color: rgb(185,156,219); }

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