Html Css Color HEX #B09ACD Biloba Flower

📋 copy color: '#B09ACD'

red 176 ◦ green 154 ◦ blue 205

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

Shades of Biloba Flower #B09ACD

Tints of Biloba Flower #B09ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

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

R = 32.9%
G = 28.79%
B = 38.32%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B09ACD (or 0xB09ACD) is known color: Biloba Flower. HEX triplet: B0, 9A and CD. RGB value is (176,154,205). Sum of RGB (Red+Green+Blue) = 176+154+205=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #B09ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ACD is #4F6532. Grayscale: #A6A6A6. Windows color (decimal): -5203251 or 13474480. OLE color: 13474480.

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

Color convert

RGB 176 154 205 -
CMYK 0.14 0.25 0 0.20
HSL 265.88º 0.34% 0.7% -
HSV(B) 265.88º 0.25% 0.8% -
XYZ 40.48 36.75 62.72 -
YUV 166.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 176 154 205 0.14 0.25 0 0.20 265.88 0.34 0.7
Hex B0 9A CD E 19 0 14 10A 22 46
Octal 260 232 315 16 31 0 24 412 42 106
Binary 10110000 10011010 11001101 1110 11001 0 10100 100001010 100010 1000110

Color Harmonies of #B09ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ACD

Black with #B09ACD

Text Example


Text Example

White with #B09ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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