Html Css Color HEX #B296DC Biloba Flower

📋 copy color: '#B296DC'

red 178 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #B296DC

Tints of Biloba Flower #B296DC

RGB

 RED value IS 178 (69.92% from 255) = 32.48%

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 32.48%
G = 27.37%
B = 40.15%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B296DC (or 0xB296DC) is known color: Biloba Flower. HEX triplet: B2, 96 and DC. RGB value is (178,150,220). Sum of RGB (Red+Green+Blue) = 178+150+220=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #B296DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296DC is #4D6923. Grayscale: #A6A6A6. Windows color (decimal): -5073188 or 14456498. OLE color: 14456498.

HSL color Cylindrical-coordinate representation of color #B296DC: hue angle of 264º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B296DC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 150 220 -
CMYK 0.19 0.32 0 0.14
HSL 264º 0.5% 0.73% -
HSV(B) 264º 0.32% 0.86% -
XYZ 42.18 36.44 72.52 -
YUV 166.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 178 150 220 0.19 0.32 0 0.14 264 0.5 0.73
Hex B2 96 DC 13 20 0 E 108 32 49
Octal 262 226 334 23 40 0 16 410 62 111
Binary 10110010 10010110 11011100 10011 100000 0 1110 100001000 110010 1001001

Color Harmonies of #B296DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296DC

Black with #B296DC

Text Example


Text Example

White with #B296DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296DC; }

 p { color: rgb(178,150,220); }

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

background-color css

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

 a { background-color: rgb(178,150,220); }

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

border-color css

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

 span { border-color: rgb(178,150,220); }

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