Html Css Color HEX #B196CC Biloba Flower

📋 copy color: '#B196CC'

red 177 ◦ green 150 ◦ blue 204

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

Shades of Biloba Flower #B196CC

Tints of Biloba Flower #B196CC

RGB

 RED value IS 177 (69.53% from 255) = 33.33%

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 33.33%
G = 28.25%
B = 38.42%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B196CC (or 0xB196CC) is known color: Biloba Flower. HEX triplet: B1, 96 and CC. RGB value is (177,150,204). Sum of RGB (Red+Green+Blue) = 177+150+204=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #B196CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196CC is #4E6933. Grayscale: #A4A4A4. Windows color (decimal): -5138740 or 13407921. OLE color: 13407921.

HSL color Cylindrical-coordinate representation of color #B196CC: hue angle of 270º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B196CC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 150 204 -
CMYK 0.13 0.26 0 0.2
HSL 270º 0.35% 0.69% -
HSV(B) 270º 0.26% 0.8% -
XYZ 39.94 35.52 61.88 -
YUV 164.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 177 150 204 0.13 0.26 0 0.2 270 0.35 0.69
Hex B1 96 CC D 1A 0 14 10E 23 45
Octal 261 226 314 15 32 0 24 416 43 105
Binary 10110001 10010110 11001100 1101 11010 0 10100 100001110 100011 1000101

Color Harmonies of #B196CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196CC

Black with #B196CC

Text Example


Text Example

White with #B196CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196CC; }

 p { color: rgb(177,150,204); }

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

background-color css

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

 a { background-color: rgb(177,150,204); }

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

border-color css

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

 span { border-color: rgb(177,150,204); }

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