Html Css Color HEX #B099CC Biloba Flower

📋 copy color: '#B099CC'

red 176 ◦ green 153 ◦ blue 204

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

Shades of Biloba Flower #B099CC

Tints of Biloba Flower #B099CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 33.02%
G = 28.71%
B = 38.27%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B099CC (or 0xB099CC) is known color: Biloba Flower. HEX triplet: B0, 99 and CC. RGB value is (176,153,204). Sum of RGB (Red+Green+Blue) = 176+153+204=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #B099CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099CC is #4F6633. Grayscale: #A5A5A5. Windows color (decimal): -5203508 or 13408688. OLE color: 13408688.

HSL color Cylindrical-coordinate representation of color #B099CC: hue angle of 267.06º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B099CC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 153 204 -
CMYK 0.14 0.25 0 0.2
HSL 267.06º 0.33% 0.7% -
HSV(B) 267.06º 0.25% 0.8% -
XYZ 40.19 36.37 62.03 -
YUV 165.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 176 153 204 0.14 0.25 0 0.2 267.06 0.33 0.7
Hex B0 99 CC E 19 0 14 10B 21 46
Octal 260 231 314 16 31 0 24 413 41 106
Binary 10110000 10011001 11001100 1110 11001 0 10100 100001011 100001 1000110

Color Harmonies of #B099CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099CC

Black with #B099CC

Text Example


Text Example

White with #B099CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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