Html Css Color HEX #B09DDE Biloba Flower

📋 copy color: '#B09DDE'

red 176 ◦ green 157 ◦ blue 222

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

Shades of Biloba Flower #B09DDE

Tints of Biloba Flower #B09DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 31.71%
G = 28.29%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09DDE (or 0xB09DDE) is known color: Biloba Flower. HEX triplet: B0, 9D and DE. RGB value is (176,157,222). Sum of RGB (Red+Green+Blue) = 176+157+222=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B09DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DDE is #4F6221. Grayscale: #A9A9A9. Windows color (decimal): -5202466 or 14589360. OLE color: 14589360.

HSL color Cylindrical-coordinate representation of color #B09DDE: hue angle of 257.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09DDE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 157 222 -
CMYK 0.21 0.29 0 0.13
HSL 257.54º 0.5% 0.74% -
HSV(B) 257.54º 0.29% 0.87% -
XYZ 43.15 38.62 74.29 -
YUV 170.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 176 157 222 0.21 0.29 0 0.13 257.54 0.5 0.74
Hex B0 9D DE 15 1D 0 D 102 32 4A
Octal 260 235 336 25 35 0 15 402 62 112
Binary 10110000 10011101 11011110 10101 11101 0 1101 100000010 110010 1001010

Color Harmonies of #B09DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DDE

Black with #B09DDE

Text Example


Text Example

White with #B09DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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