Html Css Color HEX #B096FE Biloba Flower

📋 copy color: '#B096FE'

red 176 ◦ green 150 ◦ blue 254

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

Shades of Biloba Flower #B096FE

Tints of Biloba Flower #B096FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 30.34%
G = 25.86%
B = 43.79%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B096FE (or 0xB096FE) is known color: Biloba Flower. HEX triplet: B0, 96 and FE. RGB value is (176,150,254). Sum of RGB (Red+Green+Blue) = 176+150+254=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #B096FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096FE is #4F6901. Grayscale: #A9A9A9. Windows color (decimal): -5204226 or 16684720. OLE color: 16684720.

HSL color Cylindrical-coordinate representation of color #B096FE: hue angle of 255º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B096FE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 150 254 -
CMYK 0.31 0.41 0 0.00
HSL 255º 0.98% 0.79% -
HSV(B) 255º 0.41% 1% -
XYZ 46.7 38.2 98.68 -
YUV 169.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 176 150 254 0.31 0.41 0 0.00 255 0.98 0.79
Hex B0 96 FE 1F 29 0 0 FF 62 4F
Octal 260 226 376 37 51 0 0 377 142 117
Binary 10110000 10010110 11111110 11111 101001 0 0 11111111 1100010 1001111

Color Harmonies of #B096FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096FE

Black with #B096FE

Text Example


Text Example

White with #B096FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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