Html Css Color HEX #B097DB Biloba Flower

📋 copy color: '#B097DB'

red 176 ◦ green 151 ◦ blue 219

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

Shades of Biloba Flower #B097DB

Tints of Biloba Flower #B097DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 32.23%
G = 27.66%
B = 40.11%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B097DB (or 0xB097DB) is known color: Biloba Flower. HEX triplet: B0, 97 and DB. RGB value is (176,151,219). Sum of RGB (Red+Green+Blue) = 176+151+219=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #B097DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097DB is #4F6824. Grayscale: #A5A5A5. Windows color (decimal): -5204005 or 14391216. OLE color: 14391216.

HSL color Cylindrical-coordinate representation of color #B097DB: hue angle of 262.06º degrees, saturation: 0.49, 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 #B097DB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 151 219 -
CMYK 0.20 0.31 0 0.14
HSL 262.06º 0.49% 0.73% -
HSV(B) 262.06º 0.31% 0.86% -
XYZ 41.76 36.48 71.86 -
YUV 166.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 176 151 219 0.20 0.31 0 0.14 262.06 0.49 0.73
Hex B0 97 DB 14 1F 0 E 106 31 49
Octal 260 227 333 24 37 0 16 406 61 111
Binary 10110000 10010111 11011011 10100 11111 0 1110 100000110 110001 1001001

Color Harmonies of #B097DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097DB

Black with #B097DB

Text Example


Text Example

White with #B097DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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