Html Css Color HEX #B696DF Biloba Flower

📋 copy color: '#B696DF'

red 182 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #B696DF

Tints of Biloba Flower #B696DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 32.79%
G = 27.03%
B = 40.18%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B696DF (or 0xB696DF) is known color: Biloba Flower. HEX triplet: B6, 96 and DF. RGB value is (182,150,223). Sum of RGB (Red+Green+Blue) = 182+150+223=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #B696DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696DF is #496920. Grayscale: #A7A7A7. Windows color (decimal): -4811041 or 14653110. OLE color: 14653110.

HSL color Cylindrical-coordinate representation of color #B696DF: hue angle of 266.3º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B696DF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 150 223 -
CMYK 0.18 0.33 0 0.13
HSL 266.3º 0.53% 0.73% -
HSV(B) 266.3º 0.33% 0.87% -
XYZ 43.52 37.09 74.68 -
YUV 167.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 182 150 223 0.18 0.33 0 0.13 266.3 0.53 0.73
Hex B6 96 DF 12 21 0 D 10A 35 49
Octal 266 226 337 22 41 0 15 412 65 111
Binary 10110110 10010110 11011111 10010 100001 0 1101 100001010 110101 1001001

Color Harmonies of #B696DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696DF

Black with #B696DF

Text Example


Text Example

White with #B696DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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