Html Css Color HEX #B09CDB Biloba Flower

📋 copy color: '#B09CDB'

red 176 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #B09CDB

Tints of Biloba Flower #B09CDB

RGB

 RED value IS 176 (69.14% from 255) = 31.94%

 GREEN value IS 156 (61.33% from 255) = 28.31%

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

R = 31.94%
G = 28.31%
B = 39.75%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B09CDB (or 0xB09CDB) is known color: Biloba Flower. HEX triplet: B0, 9C and DB. RGB value is (176,156,219). Sum of RGB (Red+Green+Blue) = 176+156+219=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #B09CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CDB is #4F6324. Grayscale: #A8A8A8. Windows color (decimal): -5202725 or 14392496. OLE color: 14392496.

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

Color convert

RGB 176 156 219 -
CMYK 0.20 0.29 0 0.14
HSL 259.05º 0.47% 0.74% -
HSV(B) 259.05º 0.29% 0.86% -
XYZ 42.58 38.12 72.13 -
YUV 169.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 176 156 219 0.20 0.29 0 0.14 259.05 0.47 0.74
Hex B0 9C DB 14 1D 0 E 103 2F 4A
Octal 260 234 333 24 35 0 16 403 57 112
Binary 10110000 10011100 11011011 10100 11101 0 1110 100000011 101111 1001010

Color Harmonies of #B09CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CDB

Black with #B09CDB

Text Example


Text Example

White with #B09CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CDB; }

 p { color: rgb(176,156,219); }

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

background-color css

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

 a { background-color: rgb(176,156,219); }

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

border-color css

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

 span { border-color: rgb(176,156,219); }

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