Html Css Color HEX #B998DF Biloba Flower

📋 copy color: '#B998DF'

red 185 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #B998DF

Tints of Biloba Flower #B998DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 33.04%
G = 27.14%
B = 39.82%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B998DF (or 0xB998DF) is known color: Biloba Flower. HEX triplet: B9, 98 and DF. RGB value is (185,152,223). Sum of RGB (Red+Green+Blue) = 185+152+223=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #B998DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998DF is #466720. Grayscale: #A9A9A9. Windows color (decimal): -4613921 or 14653625. OLE color: 14653625.

HSL color Cylindrical-coordinate representation of color #B998DF: hue angle of 267.89º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B998DF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 152 223 -
CMYK 0.17 0.32 0 0.13
HSL 267.89º 0.53% 0.74% -
HSV(B) 267.89º 0.32% 0.87% -
XYZ 44.56 38.1 74.82 -
YUV 169.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 185 152 223 0.17 0.32 0 0.13 267.89 0.53 0.74
Hex B9 98 DF 11 20 0 D 10C 35 4A
Octal 271 230 337 21 40 0 15 414 65 112
Binary 10111001 10011000 11011111 10001 100000 0 1101 100001100 110101 1001010

Color Harmonies of #B998DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998DF

Black with #B998DF

Text Example


Text Example

White with #B998DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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