Html Css Color HEX #B99CCF Biloba Flower

📋 copy color: '#B99CCF'

red 185 ◦ green 156 ◦ blue 207

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

Shades of Biloba Flower #B99CCF

Tints of Biloba Flower #B99CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.47%

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

R = 33.76%
G = 28.47%
B = 37.77%

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

#B99CCF (or 0xB99CCF) is known color: Biloba Flower. HEX triplet: B9, 9C and CF. RGB value is (185,156,207). Sum of RGB (Red+Green+Blue) = 185+156+207=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #B99CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CCF is #466330. Grayscale: #AAAAAA. Windows color (decimal): -4612913 or 13606073. OLE color: 13606073.

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

Color convert

RGB 185 156 207 -
CMYK 0.11 0.25 0 0.19
HSL 274.12º 0.35% 0.71% -
HSV(B) 274.12º 0.25% 0.81% -
XYZ 43.16 38.6 64.21 -
YUV 170.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 185 156 207 0.11 0.25 0 0.19 274.12 0.35 0.71
Hex B9 9C CF B 19 0 13 112 23 47
Octal 271 234 317 13 31 0 23 422 43 107
Binary 10111001 10011100 11001111 1011 11001 0 10011 100010010 100011 1000111

Color Harmonies of #B99CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CCF

Black with #B99CCF

Text Example


Text Example

White with #B99CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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