Html Css Color HEX #B096D9 Biloba Flower

📋 copy color: '#B096D9'

red 176 ◦ green 150 ◦ blue 217

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

Shades of Biloba Flower #B096D9

Tints of Biloba Flower #B096D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 32.41%
G = 27.62%
B = 39.96%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B096D9 (or 0xB096D9) is known color: Biloba Flower. HEX triplet: B0, 96 and D9. RGB value is (176,150,217). Sum of RGB (Red+Green+Blue) = 176+150+217=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #B096D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096D9 is #4F6926. Grayscale: #A5A5A5. Windows color (decimal): -5204263 or 14259888. OLE color: 14259888.

HSL color Cylindrical-coordinate representation of color #B096D9: hue angle of 263.28º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B096D9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 150 217 -
CMYK 0.19 0.31 0 0.15
HSL 263.28º 0.47% 0.72% -
HSV(B) 263.28º 0.31% 0.85% -
XYZ 41.34 36.05 70.43 -
YUV 165.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 176 150 217 0.19 0.31 0 0.15 263.28 0.47 0.72
Hex B0 96 D9 13 1F 0 F 107 2F 48
Octal 260 226 331 23 37 0 17 407 57 110
Binary 10110000 10010110 11011001 10011 11111 0 1111 100000111 101111 1001000

Color Harmonies of #B096D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096D9

Black with #B096D9

Text Example


Text Example

White with #B096D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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