Html Css Color HEX #B688DB Biloba Flower

📋 copy color: '#B688DB'

red 182 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #B688DB

Tints of Biloba Flower #B688DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.33%

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

R = 33.89%
G = 25.33%
B = 40.78%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B688DB (or 0xB688DB) is known color: Biloba Flower. HEX triplet: B6, 88 and DB. RGB value is (182,136,219). Sum of RGB (Red+Green+Blue) = 182+136+219=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B688DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688DB is #497724. Grayscale: #9E9E9E. Windows color (decimal): -4814629 or 14387382. OLE color: 14387382.

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

Color convert

RGB 182 136 219 -
CMYK 0.17 0.38 0 0.14
HSL 273.25º 0.54% 0.7% -
HSV(B) 273.25º 0.38% 0.86% -
XYZ 40.88 32.67 71.17 -
YUV 159.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 182 136 219 0.17 0.38 0 0.14 273.25 0.54 0.7
Hex B6 88 DB 11 26 0 E 111 36 46
Octal 266 210 333 21 46 0 16 421 66 106
Binary 10110110 10001000 11011011 10001 100110 0 1110 100010001 110110 1000110

Color Harmonies of #B688DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688DB

Black with #B688DB

Text Example


Text Example

White with #B688DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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