Html Css Color HEX #B097D8 Biloba Flower

📋 copy color: '#B097D8'

red 176 ◦ green 151 ◦ blue 216

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

Shades of Biloba Flower #B097D8

Tints of Biloba Flower #B097D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 32.41%
G = 27.81%
B = 39.78%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B097D8 (or 0xB097D8) is known color: Biloba Flower. HEX triplet: B0, 97 and D8. RGB value is (176,151,216). Sum of RGB (Red+Green+Blue) = 176+151+216=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #B097D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097D8 is #4F6827. Grayscale: #A5A5A5. Windows color (decimal): -5204008 or 14194608. OLE color: 14194608.

HSL color Cylindrical-coordinate representation of color #B097D8: hue angle of 263.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B097D8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 151 216 -
CMYK 0.19 0.30 0 0.15
HSL 263.08º 0.45% 0.72% -
HSV(B) 263.08º 0.3% 0.85% -
XYZ 41.37 36.32 69.8 -
YUV 165.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 176 151 216 0.19 0.30 0 0.15 263.08 0.45 0.72
Hex B0 97 D8 13 1E 0 F 107 2D 48
Octal 260 227 330 23 36 0 17 407 55 110
Binary 10110000 10010111 11011000 10011 11110 0 1111 100000111 101101 1001000

Color Harmonies of #B097D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097D8

Black with #B097D8

Text Example


Text Example

White with #B097D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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