Html Css Color HEX #B698FC Perfume

📋 copy color: '#B698FC'

red 182 ◦ green 152 ◦ blue 252

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

Shades of Perfume #B698FC

Tints of Perfume #B698FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 31.06%
G = 25.94%
B = 43%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B698FC (or 0xB698FC) is known color: Perfume. HEX triplet: B6, 98 and FC. RGB value is (182,152,252). Sum of RGB (Red+Green+Blue) = 182+152+252=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #B698FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698FC is #496703. Grayscale: #ACACAC. Windows color (decimal): -4810500 or 16554166. OLE color: 16554166.

HSL color Cylindrical-coordinate representation of color #B698FC: hue angle of 258º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B698FC is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 152 252 -
CMYK 0.28 0.40 0 0.01
HSL 258º 0.94% 0.79% -
HSV(B) 258º 0.4% 0.99% -
XYZ 48.09 39.43 97.17 -
YUV 172.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 182 152 252 0.28 0.40 0 0.01 258 0.94 0.79
Hex B6 98 FC 1C 28 0 1 102 5E 4F
Octal 266 230 374 34 50 0 1 402 136 117
Binary 10110110 10011000 11111100 11100 101000 0 1 100000010 1011110 1001111

Color Harmonies of #B698FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698FC

Black with #B698FC

Text Example


Text Example

White with #B698FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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