Html Css Color HEX #B09DCD Biloba Flower

📋 copy color: '#B09DCD'

red 176 ◦ green 157 ◦ blue 205

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

Shades of Biloba Flower #B09DCD

Tints of Biloba Flower #B09DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 32.71%
G = 29.18%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B09DCD (or 0xB09DCD) is known color: Biloba Flower. HEX triplet: B0, 9D and CD. RGB value is (176,157,205). Sum of RGB (Red+Green+Blue) = 176+157+205=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B09DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DCD is #4F6232. Grayscale: #A7A7A7. Windows color (decimal): -5202483 or 13475248. OLE color: 13475248.

HSL color Cylindrical-coordinate representation of color #B09DCD: hue angle of 263.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09DCD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 157 205 -
CMYK 0.14 0.23 0 0.20
HSL 263.75º 0.32% 0.71% -
HSV(B) 263.75º 0.23% 0.8% -
XYZ 40.98 37.75 62.88 -
YUV 168.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 176 157 205 0.14 0.23 0 0.20 263.75 0.32 0.71
Hex B0 9D CD E 17 0 14 108 20 47
Octal 260 235 315 16 27 0 24 410 40 107
Binary 10110000 10011101 11001101 1110 10111 0 10100 100001000 100000 1000111

Color Harmonies of #B09DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DCD

Black with #B09DCD

Text Example


Text Example

White with #B09DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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