Html Css Color HEX #B096ED Biloba Flower

📋 copy color: '#B096ED'

red 176 ◦ green 150 ◦ blue 237

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

Shades of Biloba Flower #B096ED

Tints of Biloba Flower #B096ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.64%

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

R = 31.26%
G = 26.64%
B = 42.1%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B096ED (or 0xB096ED) is known color: Biloba Flower. HEX triplet: B0, 96 and ED. RGB value is (176,150,237). Sum of RGB (Red+Green+Blue) = 176+150+237=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #B096ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096ED is #4F6912. Grayscale: #A7A7A7. Windows color (decimal): -5204243 or 15570608. OLE color: 15570608.

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

Color convert

RGB 176 150 237 -
CMYK 0.26 0.37 0 0.07
HSL 257.93º 0.71% 0.76% -
HSV(B) 257.93º 0.37% 0.93% -
XYZ 44.1 37.16 84.97 -
YUV 167.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 176 150 237 0.26 0.37 0 0.07 257.93 0.71 0.76
Hex B0 96 ED 1A 25 0 7 102 47 4C
Octal 260 226 355 32 45 0 7 402 107 114
Binary 10110000 10010110 11101101 11010 100101 0 111 100000010 1000111 1001100

Color Harmonies of #B096ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096ED

Black with #B096ED

Text Example


Text Example

White with #B096ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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