Html Css Color HEX #B198D1 Biloba Flower

📋 copy color: '#B198D1'

red 177 ◦ green 152 ◦ blue 209

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

Shades of Biloba Flower #B198D1

Tints of Biloba Flower #B198D1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.25%

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 32.9%
G = 28.25%
B = 38.85%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B198D1 (or 0xB198D1) is known color: Biloba Flower. HEX triplet: B1, 98 and D1. RGB value is (177,152,209). Sum of RGB (Red+Green+Blue) = 177+152+209=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #B198D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198D1 is #4E672E. Grayscale: #A5A5A5. Windows color (decimal): -5138223 or 13736113. OLE color: 13736113.

HSL color Cylindrical-coordinate representation of color #B198D1: hue angle of 266.32º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B198D1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 152 209 -
CMYK 0.15 0.27 0 0.18
HSL 266.32º 0.38% 0.71% -
HSV(B) 266.32º 0.27% 0.82% -
XYZ 40.87 36.41 65.19 -
YUV 165.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 177 152 209 0.15 0.27 0 0.18 266.32 0.38 0.71
Hex B1 98 D1 F 1B 0 12 10A 26 47
Octal 261 230 321 17 33 0 22 412 46 107
Binary 10110001 10011000 11010001 1111 11011 0 10010 100001010 100110 1000111

Color Harmonies of #B198D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198D1

Black with #B198D1

Text Example


Text Example

White with #B198D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198D1; }

 p { color: rgb(177,152,209); }

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

background-color css

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

 a { background-color: rgb(177,152,209); }

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

border-color css

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

 span { border-color: rgb(177,152,209); }

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