Html Css Color HEX #B198EA Biloba Flower

📋 copy color: '#B198EA'

red 177 ◦ green 152 ◦ blue 234

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

Shades of Biloba Flower #B198EA

Tints of Biloba Flower #B198EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 31.44%
G = 27%
B = 41.56%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B198EA (or 0xB198EA) is known color: Biloba Flower. HEX triplet: B1, 98 and EA. RGB value is (177,152,234). Sum of RGB (Red+Green+Blue) = 177+152+234=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #B198EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B198EA is #4E6715. Grayscale: #A8A8A8. Windows color (decimal): -5138198 or 15374513. OLE color: 15374513.

HSL color Cylindrical-coordinate representation of color #B198EA: hue angle of 258.29º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B198EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 152 234 -
CMYK 0.24 0.35 0 0.08
HSL 258.29º 0.66% 0.76% -
HSV(B) 258.29º 0.35% 0.92% -
XYZ 44.21 37.74 82.8 -
YUV 168.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 177 152 234 0.24 0.35 0 0.08 258.29 0.66 0.76
Hex B1 98 EA 18 23 0 8 102 42 4C
Octal 261 230 352 30 43 0 10 402 102 114
Binary 10110001 10011000 11101010 11000 100011 0 1000 100000010 1000010 1001100

Color Harmonies of #B198EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198EA

Black with #B198EA

Text Example


Text Example

White with #B198EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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