Html Css Color HEX #B09DDC Biloba Flower

📋 copy color: '#B09DDC'

red 176 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #B09DDC

Tints of Biloba Flower #B09DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 31.83%
G = 28.39%
B = 39.78%

CMYK

 C value IS 0.2

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B09DDC (or 0xB09DDC) is known color: Biloba Flower. HEX triplet: B0, 9D and DC. RGB value is (176,157,220). Sum of RGB (Red+Green+Blue) = 176+157+220=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #B09DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DDC is #4F6223. Grayscale: #A9A9A9. Windows color (decimal): -5202468 or 14458288. OLE color: 14458288.

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

Color convert

RGB 176 157 220 -
CMYK 0.2 0.29 0 0.14
HSL 258.1º 0.47% 0.74% -
HSV(B) 258.1º 0.29% 0.86% -
XYZ 42.88 38.51 72.88 -
YUV 169.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 176 157 220 0.2 0.29 0 0.14 258.1 0.47 0.74
Hex B0 9D DC 14 1D 0 E 102 2F 4A
Octal 260 235 334 24 35 0 16 402 57 112
Binary 10110000 10011101 11011100 10100 11101 0 1110 100000010 101111 1001010

Color Harmonies of #B09DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DDC

Black with #B09DDC

Text Example


Text Example

White with #B09DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DDC; }

 p { color: rgb(176,157,220); }

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

background-color css

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

 a { background-color: rgb(176,157,220); }

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

border-color css

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

 span { border-color: rgb(176,157,220); }

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