Html Css Color HEX #B09ED4 Biloba Flower

📋 copy color: '#B09ED4'

red 176 ◦ green 158 ◦ blue 212

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

Shades of Biloba Flower #B09ED4

Tints of Biloba Flower #B09ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.83%

R = 32.23%
G = 28.94%
B = 38.83%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B09ED4 (or 0xB09ED4) is known color: Biloba Flower. HEX triplet: B0, 9E and D4. RGB value is (176,158,212). Sum of RGB (Red+Green+Blue) = 176+158+212=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #B09ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ED4 is #4F612B. Grayscale: #A9A9A9. Windows color (decimal): -5202220 or 13934256. OLE color: 13934256.

HSL color Cylindrical-coordinate representation of color #B09ED4: hue angle of 260º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09ED4 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 158 212 -
CMYK 0.17 0.25 0 0.17
HSL 260º 0.39% 0.73% -
HSV(B) 260º 0.25% 0.83% -
XYZ 42.02 38.44 67.49 -
YUV 169.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 176 158 212 0.17 0.25 0 0.17 260 0.39 0.73
Hex B0 9E D4 11 19 0 11 104 27 49
Octal 260 236 324 21 31 0 21 404 47 111
Binary 10110000 10011110 11010100 10001 11001 0 10001 100000100 100111 1001001

Color Harmonies of #B09ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ED4

Black with #B09ED4

Text Example


Text Example

White with #B09ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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