Html Css Color HEX #B69DDB Biloba Flower

📋 copy color: '#B69DDB'

red 182 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #B69DDB

Tints of Biloba Flower #B69DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.14%

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

R = 32.62%
G = 28.14%
B = 39.25%

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

#B69DDB (or 0xB69DDB) is known color: Biloba Flower. HEX triplet: B6, 9D and DB. RGB value is (182,157,219). Sum of RGB (Red+Green+Blue) = 182+157+219=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #B69DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DDB is #496224. Grayscale: #ABABAB. Windows color (decimal): -4809253 or 14392758. OLE color: 14392758.

HSL color Cylindrical-coordinate representation of color #B69DDB: hue angle of 264.19º 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 #B69DDB is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 157 219 -
CMYK 0.17 0.28 0 0.14
HSL 264.19º 0.46% 0.74% -
HSV(B) 264.19º 0.28% 0.86% -
XYZ 44.13 39.17 72.25 -
YUV 171.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 182 157 219 0.17 0.28 0 0.14 264.19 0.46 0.74
Hex B6 9D DB 11 1C 0 E 108 2E 4A
Octal 266 235 333 21 34 0 16 410 56 112
Binary 10110110 10011101 11011011 10001 11100 0 1110 100001000 101110 1001010

Color Harmonies of #B69DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69DDB

Black with #B69DDB

Text Example


Text Example

White with #B69DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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