Html Css Color HEX #B696FC Perfume

📋 copy color: '#B696FC'

red 182 ◦ green 150 ◦ blue 252

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

Shades of Perfume #B696FC

Tints of Perfume #B696FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.68%

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

R = 31.16%
G = 25.68%
B = 43.15%

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

#B696FC (or 0xB696FC) is known color: Perfume. HEX triplet: B6, 96 and FC. RGB value is (182,150,252). Sum of RGB (Red+Green+Blue) = 182+150+252=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #B696FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696FC is #496903. Grayscale: #AAAAAA. Windows color (decimal): -4811012 or 16553654. OLE color: 16553654.

HSL color Cylindrical-coordinate representation of color #B696FC: hue angle of 258.82º 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 #B696FC is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 150 252 -
CMYK 0.28 0.40 0 0.01
HSL 258.82º 0.94% 0.79% -
HSV(B) 258.82º 0.4% 0.99% -
XYZ 47.77 38.79 97.06 -
YUV 171.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 182 150 252 0.28 0.40 0 0.01 258.82 0.94 0.79
Hex B6 96 FC 1C 28 0 1 103 5E 4F
Octal 266 226 374 34 50 0 1 403 136 117
Binary 10110110 10010110 11111100 11100 101000 0 1 100000011 1011110 1001111

Color Harmonies of #B696FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696FC

Black with #B696FC

Text Example


Text Example

White with #B696FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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