Html Css Color HEX #B689DB Biloba Flower

📋 copy color: '#B689DB'

red 182 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #B689DB

Tints of Biloba Flower #B689DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.46%

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

R = 33.83%
G = 25.46%
B = 40.71%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B689DB (or 0xB689DB) is known color: Biloba Flower. HEX triplet: B6, 89 and DB. RGB value is (182,137,219). Sum of RGB (Red+Green+Blue) = 182+137+219=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #B689DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689DB is #497624. Grayscale: #9F9F9F. Windows color (decimal): -4814373 or 14387638. OLE color: 14387638.

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

Color convert

RGB 182 137 219 -
CMYK 0.17 0.37 0 0.14
HSL 272.93º 0.53% 0.7% -
HSV(B) 272.93º 0.37% 0.86% -
XYZ 41.02 32.95 71.22 -
YUV 159.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 182 137 219 0.17 0.37 0 0.14 272.93 0.53 0.7
Hex B6 89 DB 11 25 0 E 111 35 46
Octal 266 211 333 21 45 0 16 421 65 106
Binary 10110110 10001001 11011011 10001 100101 0 1110 100010001 110101 1000110

Color Harmonies of #B689DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689DB

Black with #B689DB

Text Example


Text Example

White with #B689DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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