Html Css Color HEX #B096DA Biloba Flower

📋 copy color: '#B096DA'

red 176 ◦ green 150 ◦ blue 218

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

Shades of Biloba Flower #B096DA

Tints of Biloba Flower #B096DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 32.35%
G = 27.57%
B = 40.07%

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

#B096DA (or 0xB096DA) is known color: Biloba Flower. HEX triplet: B0, 96 and DA. RGB value is (176,150,218). Sum of RGB (Red+Green+Blue) = 176+150+218=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B096DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096DA is #4F6925. Grayscale: #A5A5A5. Windows color (decimal): -5204262 or 14325424. OLE color: 14325424.

HSL color Cylindrical-coordinate representation of color #B096DA: hue angle of 262.94º degrees, saturation: 0.48, 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 #B096DA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 150 218 -
CMYK 0.19 0.31 0 0.15
HSL 262.94º 0.48% 0.72% -
HSV(B) 262.94º 0.31% 0.85% -
XYZ 41.47 36.1 71.11 -
YUV 165.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 176 150 218 0.19 0.31 0 0.15 262.94 0.48 0.72
Hex B0 96 DA 13 1F 0 F 107 30 48
Octal 260 226 332 23 37 0 17 407 60 110
Binary 10110000 10010110 11011010 10011 11111 0 1111 100000111 110000 1001000

Color Harmonies of #B096DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096DA

Black with #B096DA

Text Example


Text Example

White with #B096DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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