Html Css Color HEX #B998EE Perfume

📋 copy color: '#B998EE'

red 185 ◦ green 152 ◦ blue 238

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

Shades of Perfume #B998EE

Tints of Perfume #B998EE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.43%

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

R = 32.17%
G = 26.43%
B = 41.39%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B998EE (or 0xB998EE) is known color: Perfume. HEX triplet: B9, 98 and EE. RGB value is (185,152,238). Sum of RGB (Red+Green+Blue) = 185+152+238=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #B998EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998EE is #466711. Grayscale: #ABABAB. Windows color (decimal): -4613906 or 15636665. OLE color: 15636665.

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

Color convert

RGB 185 152 238 -
CMYK 0.22 0.36 0 0.07
HSL 263.02º 0.72% 0.76% -
HSV(B) 263.02º 0.36% 0.93% -
XYZ 46.67 38.94 85.95 -
YUV 171.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 185 152 238 0.22 0.36 0 0.07 263.02 0.72 0.76
Hex B9 98 EE 16 24 0 7 107 48 4C
Octal 271 230 356 26 44 0 7 407 110 114
Binary 10111001 10011000 11101110 10110 100100 0 111 100000111 1001000 1001100

Color Harmonies of #B998EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998EE

Black with #B998EE

Text Example


Text Example

White with #B998EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998EE; }

 p { color: rgb(185,152,238); }

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

background-color css

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

 a { background-color: rgb(185,152,238); }

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

border-color css

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

 span { border-color: rgb(185,152,238); }

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