Html Css Color HEX #B09ACC Biloba Flower

📋 copy color: '#B09ACC'

red 176 ◦ green 154 ◦ blue 204

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

Shades of Biloba Flower #B09ACC

Tints of Biloba Flower #B09ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 32.96%
G = 28.84%
B = 38.2%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B09ACC (or 0xB09ACC) is known color: Biloba Flower. HEX triplet: B0, 9A and CC. RGB value is (176,154,204). Sum of RGB (Red+Green+Blue) = 176+154+204=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #B09ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ACC is #4F6533. Grayscale: #A6A6A6. Windows color (decimal): -5203252 or 13408944. OLE color: 13408944.

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

Color convert

RGB 176 154 204 -
CMYK 0.14 0.25 0 0.2
HSL 266.4º 0.33% 0.7% -
HSV(B) 266.4º 0.25% 0.8% -
XYZ 40.36 36.7 62.08 -
YUV 166.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 176 154 204 0.14 0.25 0 0.2 266.4 0.33 0.7
Hex B0 9A CC E 19 0 14 10A 21 46
Octal 260 232 314 16 31 0 24 412 41 106
Binary 10110000 10011010 11001100 1110 11001 0 10100 100001010 100001 1000110

Color Harmonies of #B09ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ACC

Black with #B09ACC

Text Example


Text Example

White with #B09ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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