Html Css Color HEX #B69ADB Biloba Flower

📋 copy color: '#B69ADB'

red 182 ◦ green 154 ◦ blue 219

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

Shades of Biloba Flower #B69ADB

Tints of Biloba Flower #B69ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.75%

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

R = 32.79%
G = 27.75%
B = 39.46%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B69ADB (or 0xB69ADB) is known color: Biloba Flower. HEX triplet: B6, 9A and DB. RGB value is (182,154,219). Sum of RGB (Red+Green+Blue) = 182+154+219=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B69ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ADB is #496524. Grayscale: #A9A9A9. Windows color (decimal): -4810021 or 14391990. OLE color: 14391990.

HSL color Cylindrical-coordinate representation of color #B69ADB: hue angle of 265.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69ADB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 154 219 -
CMYK 0.17 0.30 0 0.14
HSL 265.85º 0.47% 0.73% -
HSV(B) 265.85º 0.3% 0.86% -
XYZ 43.63 38.17 72.09 -
YUV 169.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 182 154 219 0.17 0.30 0 0.14 265.85 0.47 0.73
Hex B6 9A DB 11 1E 0 E 10A 2F 49
Octal 266 232 333 21 36 0 16 412 57 111
Binary 10110110 10011010 11011011 10001 11110 0 1110 100001010 101111 1001001

Color Harmonies of #B69ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69ADB

Black with #B69ADB

Text Example


Text Example

White with #B69ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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