Html Css Color HEX #B197CA Biloba Flower

📋 copy color: '#B197CA'

red 177 ◦ green 151 ◦ blue 202

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

Shades of Biloba Flower #B197CA

Tints of Biloba Flower #B197CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 33.4%
G = 28.49%
B = 38.11%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B197CA (or 0xB197CA) is known color: Biloba Flower. HEX triplet: B1, 97 and CA. RGB value is (177,151,202). Sum of RGB (Red+Green+Blue) = 177+151+202=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #B197CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197CA is #4E6835. Grayscale: #A4A4A4. Windows color (decimal): -5138486 or 13277105. OLE color: 13277105.

HSL color Cylindrical-coordinate representation of color #B197CA: hue angle of 270.59º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B197CA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 151 202 -
CMYK 0.12 0.25 0 0.21
HSL 270.59º 0.32% 0.69% -
HSV(B) 270.59º 0.25% 0.79% -
XYZ 39.86 35.74 60.68 -
YUV 164.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 177 151 202 0.12 0.25 0 0.21 270.59 0.32 0.69
Hex B1 97 CA C 19 0 15 10F 20 45
Octal 261 227 312 14 31 0 25 417 40 105
Binary 10110001 10010111 11001010 1100 11001 0 10101 100001111 100000 1000101

Color Harmonies of #B197CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197CA

Black with #B197CA

Text Example


Text Example

White with #B197CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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