Html Css Color HEX #B097EC Biloba Flower

📋 copy color: '#B097EC'

red 176 ◦ green 151 ◦ blue 236

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

Shades of Biloba Flower #B097EC

Tints of Biloba Flower #B097EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 31.26%
G = 26.82%
B = 41.92%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B097EC (or 0xB097EC) is known color: Biloba Flower. HEX triplet: B0, 97 and EC. RGB value is (176,151,236). Sum of RGB (Red+Green+Blue) = 176+151+236=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #B097EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097EC is #4F6813. Grayscale: #A7A7A7. Windows color (decimal): -5203988 or 15505328. OLE color: 15505328.

HSL color Cylindrical-coordinate representation of color #B097EC: hue angle of 257.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B097EC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 151 236 -
CMYK 0.25 0.36 0 0.07
HSL 257.65º 0.69% 0.76% -
HSV(B) 257.65º 0.36% 0.93% -
XYZ 44.11 37.42 84.25 -
YUV 168.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 176 151 236 0.25 0.36 0 0.07 257.65 0.69 0.76
Hex B0 97 EC 19 24 0 7 102 45 4C
Octal 260 227 354 31 44 0 7 402 105 114
Binary 10110000 10010111 11101100 11001 100100 0 111 100000010 1000101 1001100

Color Harmonies of #B097EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097EC

Black with #B097EC

Text Example


Text Example

White with #B097EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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