Html Css Color HEX #B197CB Biloba Flower

📋 copy color: '#B197CB'

red 177 ◦ green 151 ◦ blue 203

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

Shades of Biloba Flower #B197CB

Tints of Biloba Flower #B197CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 33.33%
G = 28.44%
B = 38.23%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B197CB (or 0xB197CB) is known color: Biloba Flower. HEX triplet: B1, 97 and CB. RGB value is (177,151,203). Sum of RGB (Red+Green+Blue) = 177+151+203=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #B197CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197CB is #4E6834. Grayscale: #A4A4A4. Windows color (decimal): -5138485 or 13342641. OLE color: 13342641.

HSL color Cylindrical-coordinate representation of color #B197CB: hue angle of 270º degrees, saturation: 0.33, 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 #B197CB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 151 203 -
CMYK 0.13 0.26 0 0.20
HSL 270º 0.33% 0.69% -
HSV(B) 270º 0.26% 0.8% -
XYZ 39.98 35.79 61.3 -
YUV 164.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 177 151 203 0.13 0.26 0 0.20 270 0.33 0.69
Hex B1 97 CB D 1A 0 14 10E 21 45
Octal 261 227 313 15 32 0 24 416 41 105
Binary 10110001 10010111 11001011 1101 11010 0 10100 100001110 100001 1000101

Color Harmonies of #B197CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197CB

Black with #B197CB

Text Example


Text Example

White with #B197CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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