Html Css Color HEX #B097DC Biloba Flower

📋 copy color: '#B097DC'

red 176 ◦ green 151 ◦ blue 220

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

Shades of Biloba Flower #B097DC

Tints of Biloba Flower #B097DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.61%

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

R = 32.18%
G = 27.61%
B = 40.22%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B097DC (or 0xB097DC) is known color: Biloba Flower. HEX triplet: B0, 97 and DC. RGB value is (176,151,220). Sum of RGB (Red+Green+Blue) = 176+151+220=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B097DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097DC is #4F6823. Grayscale: #A6A6A6. Windows color (decimal): -5204004 or 14456752. OLE color: 14456752.

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

Color convert

RGB 176 151 220 -
CMYK 0.2 0.31 0 0.14
HSL 261.74º 0.5% 0.73% -
HSV(B) 261.74º 0.31% 0.86% -
XYZ 41.89 36.53 72.55 -
YUV 166.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 176 151 220 0.2 0.31 0 0.14 261.74 0.5 0.73
Hex B0 97 DC 14 1F 0 E 106 32 49
Octal 260 227 334 24 37 0 16 406 62 111
Binary 10110000 10010111 11011100 10100 11111 0 1110 100000110 110010 1001001

Color Harmonies of #B097DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097DC

Black with #B097DC

Text Example


Text Example

White with #B097DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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