Html Css Color HEX #B99BCF Biloba Flower

📋 copy color: '#B99BCF'

red 185 ◦ green 155 ◦ blue 207

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

Shades of Biloba Flower #B99BCF

Tints of Biloba Flower #B99BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.34%

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 33.82%
G = 28.34%
B = 37.84%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B99BCF (or 0xB99BCF) is known color: Biloba Flower. HEX triplet: B9, 9B and CF. RGB value is (185,155,207). Sum of RGB (Red+Green+Blue) = 185+155+207=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #B99BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BCF is #466430. Grayscale: #A9A9A9. Windows color (decimal): -4613169 or 13605817. OLE color: 13605817.

HSL color Cylindrical-coordinate representation of color #B99BCF: hue angle of 274.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99BCF is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 155 207 -
CMYK 0.11 0.25 0 0.19
HSL 274.62º 0.35% 0.71% -
HSV(B) 274.62º 0.25% 0.81% -
XYZ 42.99 38.26 64.15 -
YUV 169.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 185 155 207 0.11 0.25 0 0.19 274.62 0.35 0.71
Hex B9 9B CF B 19 0 13 113 23 47
Octal 271 233 317 13 31 0 23 423 43 107
Binary 10111001 10011011 11001111 1011 11001 0 10011 100010011 100011 1000111

Color Harmonies of #B99BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BCF

Black with #B99BCF

Text Example


Text Example

White with #B99BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BCF; }

 p { color: rgb(185,155,207); }

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

background-color css

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

 a { background-color: rgb(185,155,207); }

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

border-color css

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

 span { border-color: rgb(185,155,207); }

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