Html Css Color HEX #B998D5 Biloba Flower

📋 copy color: '#B998D5'

red 185 ◦ green 152 ◦ blue 213

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

Shades of Biloba Flower #B998D5

Tints of Biloba Flower #B998D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 33.64%
G = 27.64%
B = 38.73%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B998D5 (or 0xB998D5) is known color: Biloba Flower. HEX triplet: B9, 98 and D5. RGB value is (185,152,213). Sum of RGB (Red+Green+Blue) = 185+152+213=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #B998D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998D5 is #46672A. Grayscale: #A8A8A8. Windows color (decimal): -4613931 or 13998265. OLE color: 13998265.

HSL color Cylindrical-coordinate representation of color #B998D5: hue angle of 272.46º degrees, saturation: 0.42, 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 #B998D5 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 152 213 -
CMYK 0.13 0.29 0 0.16
HSL 272.46º 0.42% 0.72% -
HSV(B) 272.46º 0.29% 0.84% -
XYZ 43.25 37.57 67.92 -
YUV 168.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 185 152 213 0.13 0.29 0 0.16 272.46 0.42 0.72
Hex B9 98 D5 D 1D 0 10 110 2A 48
Octal 271 230 325 15 35 0 20 420 52 110
Binary 10111001 10011000 11010101 1101 11101 0 10000 100010000 101010 1001000

Color Harmonies of #B998D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998D5

Black with #B998D5

Text Example


Text Example

White with #B998D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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