Html Css Color HEX #B099CE Biloba Flower

📋 copy color: '#B099CE'

red 176 ◦ green 153 ◦ blue 206

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

Shades of Biloba Flower #B099CE

Tints of Biloba Flower #B099CE

RGB

 RED value IS 176 (69.14% from 255) = 32.9%

 GREEN value IS 153 (60.16% from 255) = 28.6%

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

R = 32.9%
G = 28.6%
B = 38.5%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B099CE (or 0xB099CE) is known color: Biloba Flower. HEX triplet: B0, 99 and CE. RGB value is (176,153,206). Sum of RGB (Red+Green+Blue) = 176+153+206=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B099CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099CE is #4F6631. Grayscale: #A5A5A5. Windows color (decimal): -5203506 or 13539760. OLE color: 13539760.

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

Color convert

RGB 176 153 206 -
CMYK 0.15 0.26 0 0.19
HSL 266.04º 0.35% 0.7% -
HSV(B) 266.04º 0.26% 0.81% -
XYZ 40.44 36.47 63.3 -
YUV 165.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 176 153 206 0.15 0.26 0 0.19 266.04 0.35 0.7
Hex B0 99 CE F 1A 0 13 10A 23 46
Octal 260 231 316 17 32 0 23 412 43 106
Binary 10110000 10011001 11001110 1111 11010 0 10011 100001010 100011 1000110

Color Harmonies of #B099CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099CE

Black with #B099CE

Text Example


Text Example

White with #B099CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099CE; }

 p { color: rgb(176,153,206); }

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

background-color css

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

 a { background-color: rgb(176,153,206); }

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

border-color css

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

 span { border-color: rgb(176,153,206); }

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