Html Css Color HEX #B698FF Perfume

📋 copy color: '#B698FF'

red 182 ◦ green 152 ◦ blue 255

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

Shades of Perfume #B698FF

Tints of Perfume #B698FF

RGB

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

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

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

R = 30.9%
G = 25.81%
B = 43.29%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B698FF (or 0xB698FF) is known color: Perfume. HEX triplet: B6, 98 and FF. RGB value is (182,152,255). Sum of RGB (Red+Green+Blue) = 182+152+255=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #B698FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698FF is #496700. Grayscale: #ACACAC. Windows color (decimal): -4810497 or 16750774. OLE color: 16750774.

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

Color convert

RGB 182 152 255 -
CMYK 0.29 0.40 0 0
HSL 257.48º 1% 0.8% -
HSV(B) 257.48º 0.4% 1% -
XYZ 48.57 39.62 99.7 -
YUV 172.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 182 152 255 0.29 0.40 0 0 257.48 1 0.8
Hex B6 98 FF 1D 28 0 0 101 64 50
Octal 266 230 377 35 50 0 0 401 144 120
Binary 10110110 10011000 11111111 11101 101000 0 0 100000001 1100100 1010000

Color Harmonies of #B698FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698FF

Black with #B698FF

Text Example


Text Example

White with #B698FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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