Html Css Color HEX #B998D0 Biloba Flower

📋 copy color: '#B998D0'

red 185 ◦ green 152 ◦ blue 208

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

Shades of Biloba Flower #B998D0

Tints of Biloba Flower #B998D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 33.94%
G = 27.89%
B = 38.17%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B998D0 (or 0xB998D0) is known color: Biloba Flower. HEX triplet: B9, 98 and D0. RGB value is (185,152,208). Sum of RGB (Red+Green+Blue) = 185+152+208=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #B998D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998D0 is #46672F. Grayscale: #A8A8A8. Windows color (decimal): -4613936 or 13670585. OLE color: 13670585.

HSL color Cylindrical-coordinate representation of color #B998D0: hue angle of 275.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B998D0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 152 208 -
CMYK 0.11 0.27 0 0.18
HSL 275.36º 0.37% 0.71% -
HSV(B) 275.36º 0.27% 0.82% -
XYZ 42.62 37.32 64.63 -
YUV 168.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 185 152 208 0.11 0.27 0 0.18 275.36 0.37 0.71
Hex B9 98 D0 B 1B 0 12 113 25 47
Octal 271 230 320 13 33 0 22 423 45 107
Binary 10111001 10011000 11010000 1011 11011 0 10010 100010011 100101 1000111

Color Harmonies of #B998D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998D0

Black with #B998D0

Text Example


Text Example

White with #B998D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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