Html Css Color HEX #B197CE Biloba Flower

📋 copy color: '#B197CE'

red 177 ◦ green 151 ◦ blue 206

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

Shades of Biloba Flower #B197CE

Tints of Biloba Flower #B197CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.28%

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 33.15%
G = 28.28%
B = 38.58%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B197CE (or 0xB197CE) is known color: Biloba Flower. HEX triplet: B1, 97 and CE. RGB value is (177,151,206). Sum of RGB (Red+Green+Blue) = 177+151+206=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #B197CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197CE is #4E6831. Grayscale: #A4A4A4. Windows color (decimal): -5138482 or 13539249. OLE color: 13539249.

HSL color Cylindrical-coordinate representation of color #B197CE: hue angle of 268.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B197CE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 151 206 -
CMYK 0.14 0.27 0 0.19
HSL 268.36º 0.36% 0.7% -
HSV(B) 268.36º 0.27% 0.81% -
XYZ 40.34 35.94 63.2 -
YUV 165.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 177 151 206 0.14 0.27 0 0.19 268.36 0.36 0.7
Hex B1 97 CE E 1B 0 13 10C 24 46
Octal 261 227 316 16 33 0 23 414 44 106
Binary 10110001 10010111 11001110 1110 11011 0 10011 100001100 100100 1000110

Color Harmonies of #B197CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197CE

Black with #B197CE

Text Example


Text Example

White with #B197CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197CE; }

 p { color: rgb(177,151,206); }

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

background-color css

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

 a { background-color: rgb(177,151,206); }

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

border-color css

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

 span { border-color: rgb(177,151,206); }

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