Html Css Color HEX #B696FF Perfume

📋 copy color: '#B696FF'

red 182 ◦ green 150 ◦ blue 255

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

Shades of Perfume #B696FF

Tints of Perfume #B696FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.44%

R = 31.01%
G = 25.55%
B = 43.44%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B696FF (or 0xB696FF) is known color: Perfume. HEX triplet: B6, 96 and FF. RGB value is (182,150,255). Sum of RGB (Red+Green+Blue) = 182+150+255=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B696FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696FF is #496900. Grayscale: #ABABAB. Windows color (decimal): -4811009 or 16750262. OLE color: 16750262.

HSL color Cylindrical-coordinate representation of color #B696FF: hue angle of 258.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B696FF is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 150 255 -
CMYK 0.29 0.41 0 0
HSL 258.29º 1% 0.79% -
HSV(B) 258.29º 0.41% 1% -
XYZ 48.25 38.98 99.59 -
YUV 171.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 182 150 255 0.29 0.41 0 0 258.29 1 0.79
Hex B6 96 FF 1D 29 0 0 102 64 4F
Octal 266 226 377 35 51 0 0 402 144 117
Binary 10110110 10010110 11111111 11101 101001 0 0 100000010 1100100 1001111

Color Harmonies of #B696FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696FF

Black with #B696FF

Text Example


Text Example

White with #B696FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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