Html Css Color HEX #B097DF Biloba Flower

📋 copy color: '#B097DF'

red 176 ◦ green 151 ◦ blue 223

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

Shades of Biloba Flower #B097DF

Tints of Biloba Flower #B097DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 32%
G = 27.45%
B = 40.55%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B097DF (or 0xB097DF) is known color: Biloba Flower. HEX triplet: B0, 97 and DF. RGB value is (176,151,223). Sum of RGB (Red+Green+Blue) = 176+151+223=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B097DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097DF is #4F6820. Grayscale: #A6A6A6. Windows color (decimal): -5204001 or 14653360. OLE color: 14653360.

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

Color convert

RGB 176 151 223 -
CMYK 0.21 0.32 0 0.13
HSL 260.83º 0.53% 0.73% -
HSV(B) 260.83º 0.32% 0.87% -
XYZ 42.29 36.69 74.67 -
YUV 166.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 176 151 223 0.21 0.32 0 0.13 260.83 0.53 0.73
Hex B0 97 DF 15 20 0 D 105 35 49
Octal 260 227 337 25 40 0 15 405 65 111
Binary 10110000 10010111 11011111 10101 100000 0 1101 100000101 110101 1001001

Color Harmonies of #B097DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097DF

Black with #B097DF

Text Example


Text Example

White with #B097DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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