Html Css Color HEX #B198CA Biloba Flower

📋 copy color: '#B198CA'

red 177 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #B198CA

Tints of Biloba Flower #B198CA

RGB

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

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

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

R = 33.33%
G = 28.63%
B = 38.04%

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

#B198CA (or 0xB198CA) is known color: Biloba Flower. HEX triplet: B1, 98 and CA. RGB value is (177,152,202). Sum of RGB (Red+Green+Blue) = 177+152+202=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B198CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198CA is #4E6735. Grayscale: #A5A5A5. Windows color (decimal): -5138230 or 13277361. OLE color: 13277361.

HSL color Cylindrical-coordinate representation of color #B198CA: hue angle of 270º 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 #B198CA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 152 202 -
CMYK 0.12 0.25 0 0.21
HSL 270º 0.32% 0.69% -
HSV(B) 270º 0.25% 0.79% -
XYZ 40.02 36.07 60.73 -
YUV 165.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 177 152 202 0.12 0.25 0 0.21 270 0.32 0.69
Hex B1 98 CA C 19 0 15 10E 20 45
Octal 261 230 312 14 31 0 25 416 40 105
Binary 10110001 10011000 11001010 1100 11001 0 10101 100001110 100000 1000101

Color Harmonies of #B198CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198CA

Black with #B198CA

Text Example


Text Example

White with #B198CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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