Html Css Color HEX #B09EDC Biloba Flower

📋 copy color: '#B09EDC'

red 176 ◦ green 158 ◦ blue 220

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

Shades of Biloba Flower #B09EDC

Tints of Biloba Flower #B09EDC

RGB

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

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

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

R = 31.77%
G = 28.52%
B = 39.71%

CMYK

 C value IS 0.2

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B09EDC (or 0xB09EDC) is known color: Biloba Flower. HEX triplet: B0, 9E and DC. RGB value is (176,158,220). Sum of RGB (Red+Green+Blue) = 176+158+220=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #B09EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EDC is #4F6123. Grayscale: #AAAAAA. Windows color (decimal): -5202212 or 14458544. OLE color: 14458544.

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

Color convert

RGB 176 158 220 -
CMYK 0.2 0.28 0 0.14
HSL 257.42º 0.47% 0.74% -
HSV(B) 257.42º 0.28% 0.86% -
XYZ 43.05 38.85 72.94 -
YUV 170.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 176 158 220 0.2 0.28 0 0.14 257.42 0.47 0.74
Hex B0 9E DC 14 1C 0 E 101 2F 4A
Octal 260 236 334 24 34 0 16 401 57 112
Binary 10110000 10011110 11011100 10100 11100 0 1110 100000001 101111 1001010

Color Harmonies of #B09EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EDC

Black with #B09EDC

Text Example


Text Example

White with #B09EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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