Html Css Color HEX #B696DB Biloba Flower

📋 copy color: '#B696DB'

red 182 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #B696DB

Tints of Biloba Flower #B696DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 33.03%
G = 27.22%
B = 39.75%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B696DB (or 0xB696DB) is known color: Biloba Flower. HEX triplet: B6, 96 and DB. RGB value is (182,150,219). Sum of RGB (Red+Green+Blue) = 182+150+219=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #B696DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696DB is #496924. Grayscale: #A7A7A7. Windows color (decimal): -4811045 or 14390966. OLE color: 14390966.

HSL color Cylindrical-coordinate representation of color #B696DB: hue angle of 267.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B696DB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 150 219 -
CMYK 0.17 0.32 0 0.14
HSL 267.83º 0.49% 0.72% -
HSV(B) 267.83º 0.32% 0.86% -
XYZ 42.98 36.87 71.87 -
YUV 167.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 182 150 219 0.17 0.32 0 0.14 267.83 0.49 0.72
Hex B6 96 DB 11 20 0 E 10C 31 48
Octal 266 226 333 21 40 0 16 414 61 110
Binary 10110110 10010110 11011011 10001 100000 0 1110 100001100 110001 1001000

Color Harmonies of #B696DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696DB

Black with #B696DB

Text Example


Text Example

White with #B696DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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