Html Css Color HEX #B09CDD Biloba Flower

📋 copy color: '#B09CDD'

red 176 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #B09CDD

Tints of Biloba Flower #B09CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 31.83%
G = 28.21%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09CDD (or 0xB09CDD) is known color: Biloba Flower. HEX triplet: B0, 9C and DD. RGB value is (176,156,221). Sum of RGB (Red+Green+Blue) = 176+156+221=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B09CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CDD is #4F6322. Grayscale: #A9A9A9. Windows color (decimal): -5202723 or 14523568. OLE color: 14523568.

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

Color convert

RGB 176 156 221 -
CMYK 0.20 0.29 0 0.13
HSL 258.46º 0.49% 0.74% -
HSV(B) 258.46º 0.29% 0.87% -
XYZ 42.84 38.23 73.53 -
YUV 169.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 176 156 221 0.20 0.29 0 0.13 258.46 0.49 0.74
Hex B0 9C DD 14 1D 0 D 102 31 4A
Octal 260 234 335 24 35 0 15 402 61 112
Binary 10110000 10011100 11011101 10100 11101 0 1101 100000010 110001 1001010

Color Harmonies of #B09CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CDD

Black with #B09CDD

Text Example


Text Example

White with #B09CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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