Html Css Color HEX #B096EF Biloba Flower

📋 copy color: '#B096EF'

red 176 ◦ green 150 ◦ blue 239

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

Shades of Biloba Flower #B096EF

Tints of Biloba Flower #B096EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 31.15%
G = 26.55%
B = 42.3%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B096EF (or 0xB096EF) is known color: Biloba Flower. HEX triplet: B0, 96 and EF. RGB value is (176,150,239). Sum of RGB (Red+Green+Blue) = 176+150+239=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #B096EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096EF is #4F6910. Grayscale: #A7A7A7. Windows color (decimal): -5204241 or 15701680. OLE color: 15701680.

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

Color convert

RGB 176 150 239 -
CMYK 0.26 0.37 0 0.06
HSL 257.53º 0.74% 0.76% -
HSV(B) 257.53º 0.37% 0.94% -
XYZ 44.39 37.27 86.52 -
YUV 167.92 168.11 133.76 -
System Red Green Blue C M Y K H S L
Decimal 176 150 239 0.26 0.37 0 0.06 257.53 0.74 0.76
Hex B0 96 EF 1A 25 0 6 102 4A 4C
Octal 260 226 357 32 45 0 6 402 112 114
Binary 10110000 10010110 11101111 11010 100101 0 110 100000010 1001010 1001100

Color Harmonies of #B096EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096EF

Black with #B096EF

Text Example


Text Example

White with #B096EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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