Html Css Color HEX #B998D7 Biloba Flower

📋 copy color: '#B998D7'

red 185 ◦ green 152 ◦ blue 215

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

Shades of Biloba Flower #B998D7

Tints of Biloba Flower #B998D7

RGB

 RED value IS 185 (72.66% from 255) = 33.51%

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

 BLUE value IS 215 (84.38% from 255) = 38.95%

R = 33.51%
G = 27.54%
B = 38.95%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B998D7 (or 0xB998D7) is known color: Biloba Flower. HEX triplet: B9, 98 and D7. RGB value is (185,152,215). Sum of RGB (Red+Green+Blue) = 185+152+215=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #B998D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998D7 is #466728. Grayscale: #A8A8A8. Windows color (decimal): -4613929 or 14129337. OLE color: 14129337.

HSL color Cylindrical-coordinate representation of color #B998D7: hue angle of 271.43º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B998D7 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 152 215 -
CMYK 0.14 0.29 0 0.16
HSL 271.43º 0.44% 0.72% -
HSV(B) 271.43º 0.29% 0.84% -
XYZ 43.5 37.68 69.27 -
YUV 169.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 185 152 215 0.14 0.29 0 0.16 271.43 0.44 0.72
Hex B9 98 D7 E 1D 0 10 10F 2C 48
Octal 271 230 327 16 35 0 20 417 54 110
Binary 10111001 10011000 11010111 1110 11101 0 10000 100001111 101100 1001000

Color Harmonies of #B998D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998D7

Black with #B998D7

Text Example


Text Example

White with #B998D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998D7; }

 p { color: rgb(185,152,215); }

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

background-color css

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

 a { background-color: rgb(185,152,215); }

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

border-color css

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

 span { border-color: rgb(185,152,215); }

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