Html Css Color HEX #B097DE Biloba Flower

📋 copy color: '#B097DE'

red 176 ◦ green 151 ◦ blue 222

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

Shades of Biloba Flower #B097DE

Tints of Biloba Flower #B097DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 32.06%
G = 27.5%
B = 40.44%

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

#B097DE (or 0xB097DE) is known color: Biloba Flower. HEX triplet: B0, 97 and DE. RGB value is (176,151,222). Sum of RGB (Red+Green+Blue) = 176+151+222=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #B097DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097DE is #4F6821. Grayscale: #A6A6A6. Windows color (decimal): -5204002 or 14587824. OLE color: 14587824.

HSL color Cylindrical-coordinate representation of color #B097DE: hue angle of 261.13º degrees, saturation: 0.52, 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 #B097DE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 151 222 -
CMYK 0.21 0.32 0 0.13
HSL 261.13º 0.52% 0.73% -
HSV(B) 261.13º 0.32% 0.87% -
XYZ 42.16 36.64 73.96 -
YUV 166.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 176 151 222 0.21 0.32 0 0.13 261.13 0.52 0.73
Hex B0 97 DE 15 20 0 D 105 34 49
Octal 260 227 336 25 40 0 15 405 64 111
Binary 10110000 10010111 11011110 10101 100000 0 1101 100000101 110100 1001001

Color Harmonies of #B097DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097DE

Black with #B097DE

Text Example


Text Example

White with #B097DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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