Html Css Color HEX #B99CE4 Perfume

📋 copy color: '#B99CE4'

red 185 ◦ green 156 ◦ blue 228

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

Shades of Perfume #B99CE4

Tints of Perfume #B99CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.07%

R = 32.51%
G = 27.42%
B = 40.07%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B99CE4 (or 0xB99CE4) is known color: Perfume. HEX triplet: B9, 9C and E4. RGB value is (185,156,228). Sum of RGB (Red+Green+Blue) = 185+156+228=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #B99CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CE4 is #46631B. Grayscale: #ACACAC. Windows color (decimal): -4612892 or 14982329. OLE color: 14982329.

HSL color Cylindrical-coordinate representation of color #B99CE4: hue angle of 264.17º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99CE4 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 156 228 -
CMYK 0.19 0.32 0 0.11
HSL 264.17º 0.57% 0.75% -
HSV(B) 264.17º 0.32% 0.89% -
XYZ 45.9 39.69 78.64 -
YUV 172.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 185 156 228 0.19 0.32 0 0.11 264.17 0.57 0.75
Hex B9 9C E4 13 20 0 B 108 39 4B
Octal 271 234 344 23 40 0 13 410 71 113
Binary 10111001 10011100 11100100 10011 100000 0 1011 100001000 111001 1001011

Color Harmonies of #B99CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CE4

Black with #B99CE4

Text Example


Text Example

White with #B99CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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