Html Css Color HEX #B69EDB Biloba Flower

📋 copy color: '#B69EDB'

red 182 ◦ green 158 ◦ blue 219

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

Shades of Biloba Flower #B69EDB

Tints of Biloba Flower #B69EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.26%

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

R = 32.56%
G = 28.26%
B = 39.18%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B69EDB (or 0xB69EDB) is known color: Biloba Flower. HEX triplet: B6, 9E and DB. RGB value is (182,158,219). Sum of RGB (Red+Green+Blue) = 182+158+219=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #B69EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EDB is #496124. Grayscale: #ABABAB. Windows color (decimal): -4808997 or 14393014. OLE color: 14393014.

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

Color convert

RGB 182 158 219 -
CMYK 0.17 0.28 0 0.14
HSL 263.61º 0.46% 0.74% -
HSV(B) 263.61º 0.28% 0.86% -
XYZ 44.3 39.51 72.31 -
YUV 172.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 182 158 219 0.17 0.28 0 0.14 263.61 0.46 0.74
Hex B6 9E DB 11 1C 0 E 108 2E 4A
Octal 266 236 333 21 34 0 16 410 56 112
Binary 10110110 10011110 11011011 10001 11100 0 1110 100001000 101110 1001010

Color Harmonies of #B69EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69EDB

Black with #B69EDB

Text Example


Text Example

White with #B69EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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