Html Css Color HEX #B999E8 Perfume

📋 copy color: '#B999E8'

red 185 ◦ green 153 ◦ blue 232

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

Shades of Perfume #B999E8

Tints of Perfume #B999E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.7%

R = 32.46%
G = 26.84%
B = 40.7%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B999E8 (or 0xB999E8) is known color: Perfume. HEX triplet: B9, 99 and E8. RGB value is (185,153,232). Sum of RGB (Red+Green+Blue) = 185+153+232=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #B999E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999E8 is #466617. Grayscale: #ABABAB. Windows color (decimal): -4613656 or 15243705. OLE color: 15243705.

HSL color Cylindrical-coordinate representation of color #B999E8: hue angle of 264.3º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B999E8 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 153 232 -
CMYK 0.20 0.34 0 0.09
HSL 264.3º 0.63% 0.75% -
HSV(B) 264.3º 0.34% 0.91% -
XYZ 45.96 38.92 81.43 -
YUV 171.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 185 153 232 0.20 0.34 0 0.09 264.3 0.63 0.75
Hex B9 99 E8 14 22 0 9 108 3F 4B
Octal 271 231 350 24 42 0 11 410 77 113
Binary 10111001 10011001 11101000 10100 100010 0 1001 100001000 111111 1001011

Color Harmonies of #B999E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999E8

Black with #B999E8

Text Example


Text Example

White with #B999E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999E8; }

 p { color: rgb(185,153,232); }

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

background-color css

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

 a { background-color: rgb(185,153,232); }

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

border-color css

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

 span { border-color: rgb(185,153,232); }

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