Html Css Color HEX #B09ADC Biloba Flower

📋 copy color: '#B09ADC'

red 176 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #B09ADC

Tints of Biloba Flower #B09ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 32%
G = 28%
B = 40%

CMYK

 C value IS 0.2

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B09ADC (or 0xB09ADC) is known color: Biloba Flower. HEX triplet: B0, 9A and DC. RGB value is (176,154,220). Sum of RGB (Red+Green+Blue) = 176+154+220=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B09ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ADC is #4F6523. Grayscale: #A7A7A7. Windows color (decimal): -5203236 or 14457520. OLE color: 14457520.

HSL color Cylindrical-coordinate representation of color #B09ADC: hue angle of 260º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09ADC is Cyan = 0.2, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 154 220 -
CMYK 0.2 0.3 0 0.14
HSL 260º 0.49% 0.73% -
HSV(B) 260º 0.3% 0.86% -
XYZ 42.38 37.51 72.72 -
YUV 168.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 176 154 220 0.2 0.3 0 0.14 260 0.49 0.73
Hex B0 9A DC 14 1E 0 E 104 31 49
Octal 260 232 334 24 36 0 16 404 61 111
Binary 10110000 10011010 11011100 10100 11110 0 1110 100000100 110001 1001001

Color Harmonies of #B09ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ADC

Black with #B09ADC

Text Example


Text Example

White with #B09ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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