Html Css Color HEX #B698FE Perfume

📋 copy color: '#B698FE'

red 182 ◦ green 152 ◦ blue 254

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

Shades of Perfume #B698FE

Tints of Perfume #B698FE

RGB

 RED value IS 182 (71.48% from 255) = 30.95%

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

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 30.95%
G = 25.85%
B = 43.2%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B698FE (or 0xB698FE) is known color: Perfume. HEX triplet: B6, 98 and FE. RGB value is (182,152,254). Sum of RGB (Red+Green+Blue) = 182+152+254=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #B698FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698FE is #496701. Grayscale: #ACACAC. Windows color (decimal): -4810498 or 16685238. OLE color: 16685238.

HSL color Cylindrical-coordinate representation of color #B698FE: hue angle of 257.65º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B698FE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 152 254 -
CMYK 0.28 0.40 0 0.00
HSL 257.65º 0.98% 0.8% -
HSV(B) 257.65º 0.4% 1% -
XYZ 48.41 39.56 98.85 -
YUV 172.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 182 152 254 0.28 0.40 0 0.00 257.65 0.98 0.8
Hex B6 98 FE 1C 28 0 0 102 62 50
Octal 266 230 376 34 50 0 0 402 142 120
Binary 10110110 10011000 11111110 11100 101000 0 0 100000010 1100010 1010000

Color Harmonies of #B698FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698FE

Black with #B698FE

Text Example


Text Example

White with #B698FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698FE; }

 p { color: rgb(182,152,254); }

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

background-color css

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

 a { background-color: rgb(182,152,254); }

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

border-color css

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

 span { border-color: rgb(182,152,254); }

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