Html Css Color HEX #B09ECD Biloba Flower

📋 copy color: '#B09ECD'

red 176 ◦ green 158 ◦ blue 205

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

Shades of Biloba Flower #B09ECD

Tints of Biloba Flower #B09ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.31%

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

R = 32.65%
G = 29.31%
B = 38.03%

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

#B09ECD (or 0xB09ECD) is known color: Biloba Flower. HEX triplet: B0, 9E and CD. RGB value is (176,158,205). Sum of RGB (Red+Green+Blue) = 176+158+205=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B09ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ECD is #4F6132. Grayscale: #A8A8A8. Windows color (decimal): -5202227 or 13475504. OLE color: 13475504.

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

Color convert

RGB 176 158 205 -
CMYK 0.14 0.23 0 0.20
HSL 262.98º 0.32% 0.71% -
HSV(B) 262.98º 0.23% 0.8% -
XYZ 41.15 38.09 62.94 -
YUV 168.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 176 158 205 0.14 0.23 0 0.20 262.98 0.32 0.71
Hex B0 9E CD E 17 0 14 107 20 47
Octal 260 236 315 16 27 0 24 407 40 107
Binary 10110000 10011110 11001101 1110 10111 0 10100 100000111 100000 1000111

Color Harmonies of #B09ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ECD

Black with #B09ECD

Text Example


Text Example

White with #B09ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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