Html Css Color HEX #B699FF Perfume

📋 copy color: '#B699FF'

red 182 ◦ green 153 ◦ blue 255

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

Shades of Perfume #B699FF

Tints of Perfume #B699FF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.93%

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

R = 30.85%
G = 25.93%
B = 43.22%

CMYK

 C value IS 0.29

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B699FF (or 0xB699FF) is known color: Perfume. HEX triplet: B6, 99 and FF. RGB value is (182,153,255). Sum of RGB (Red+Green+Blue) = 182+153+255=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #B699FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699FF is #496600. Grayscale: #ACACAC. Windows color (decimal): -4810241 or 16751030. OLE color: 16751030.

HSL color Cylindrical-coordinate representation of color #B699FF: hue angle of 257.06º 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 #B699FF is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 153 255 -
CMYK 0.29 0.4 0 0
HSL 257.06º 1% 0.8% -
HSV(B) 257.06º 0.4% 1% -
XYZ 48.73 39.95 99.75 -
YUV 173.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 182 153 255 0.29 0.4 0 0 257.06 1 0.8
Hex B6 99 FF 1D 28 0 0 101 64 50
Octal 266 231 377 35 50 0 0 401 144 120
Binary 10110110 10011001 11111111 11101 101000 0 0 100000001 1100100 1010000

Color Harmonies of #B699FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699FF

Black with #B699FF

Text Example


Text Example

White with #B699FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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