Html Css Color HEX #B097ED Biloba Flower

📋 copy color: '#B097ED'

red 176 ◦ green 151 ◦ blue 237

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

Shades of Biloba Flower #B097ED

Tints of Biloba Flower #B097ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 31.21%
G = 26.77%
B = 42.02%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B097ED (or 0xB097ED) is known color: Biloba Flower. HEX triplet: B0, 97 and ED. RGB value is (176,151,237). Sum of RGB (Red+Green+Blue) = 176+151+237=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B097ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097ED is #4F6812. Grayscale: #A7A7A7. Windows color (decimal): -5203987 or 15570864. OLE color: 15570864.

HSL color Cylindrical-coordinate representation of color #B097ED: hue angle of 257.44º degrees, saturation: 0.7, 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 #B097ED is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 151 237 -
CMYK 0.26 0.36 0 0.07
HSL 257.44º 0.7% 0.76% -
HSV(B) 257.44º 0.36% 0.93% -
XYZ 44.26 37.48 85.02 -
YUV 168.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 176 151 237 0.26 0.36 0 0.07 257.44 0.7 0.76
Hex B0 97 ED 1A 24 0 7 101 46 4C
Octal 260 227 355 32 44 0 7 401 106 114
Binary 10110000 10010111 11101101 11010 100100 0 111 100000001 1000110 1001100

Color Harmonies of #B097ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097ED

Black with #B097ED

Text Example


Text Example

White with #B097ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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