Html Css Color HEX #B99BCE Biloba Flower

📋 copy color: '#B99BCE'

red 185 ◦ green 155 ◦ blue 206

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

Shades of Biloba Flower #B99BCE

Tints of Biloba Flower #B99BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 33.88%
G = 28.39%
B = 37.73%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B99BCE (or 0xB99BCE) is known color: Biloba Flower. HEX triplet: B9, 9B and CE. RGB value is (185,155,206). Sum of RGB (Red+Green+Blue) = 185+155+206=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B99BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BCE is #466431. Grayscale: #A9A9A9. Windows color (decimal): -4613170 or 13540281. OLE color: 13540281.

HSL color Cylindrical-coordinate representation of color #B99BCE: hue angle of 275.29º degrees, saturation: 0.34, 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 #B99BCE is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 155 206 -
CMYK 0.10 0.25 0 0.19
HSL 275.29º 0.34% 0.71% -
HSV(B) 275.29º 0.25% 0.81% -
XYZ 42.87 38.21 63.51 -
YUV 169.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 185 155 206 0.10 0.25 0 0.19 275.29 0.34 0.71
Hex B9 9B CE A 19 0 13 113 22 47
Octal 271 233 316 12 31 0 23 423 42 107
Binary 10111001 10011011 11001110 1010 11001 0 10011 100010011 100010 1000111

Color Harmonies of #B99BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BCE

Black with #B99BCE

Text Example


Text Example

White with #B99BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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