Html Css Color HEX #B199CC Biloba Flower

📋 copy color: '#B199CC'

red 177 ◦ green 153 ◦ blue 204

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

Shades of Biloba Flower #B199CC

Tints of Biloba Flower #B199CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.65%

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

R = 33.15%
G = 28.65%
B = 38.2%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B199CC (or 0xB199CC) is known color: Biloba Flower. HEX triplet: B1, 99 and CC. RGB value is (177,153,204). Sum of RGB (Red+Green+Blue) = 177+153+204=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #B199CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199CC is #4E6633. Grayscale: #A5A5A5. Windows color (decimal): -5137972 or 13408689. OLE color: 13408689.

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

Color convert

RGB 177 153 204 -
CMYK 0.13 0.25 0 0.2
HSL 268.24º 0.33% 0.7% -
HSV(B) 268.24º 0.25% 0.8% -
XYZ 40.42 36.49 62.04 -
YUV 165.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 177 153 204 0.13 0.25 0 0.2 268.24 0.33 0.7
Hex B1 99 CC D 19 0 14 10C 21 46
Octal 261 231 314 15 31 0 24 414 41 106
Binary 10110001 10011001 11001100 1101 11001 0 10100 100001100 100001 1000110

Color Harmonies of #B199CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199CC

Black with #B199CC

Text Example


Text Example

White with #B199CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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